Skip to content

Commit

Permalink
add e2e/production.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-ryuji committed Nov 29, 2023
1 parent b99c43d commit 843bc3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions e2e/production.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { test, expect } from '@playwright/test'

test('has title', async ({ page }) => {
await page.goto('https://steexp.com/')

await expect(page).toHaveTitle(/Stellar Explorer/)
})

0 comments on commit 843bc3e

Please sign in to comment.