Skip to content

Commit

Permalink
Use route groups for authentication #576 fix a test code for github a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
sinproject-iwasaki committed Apr 16, 2023
1 parent 55ab21b commit 01685ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setup('sign in', async ({ page }) => {
await page.getByPlaceholder('Enter email').fill(gmail_user)
await page.getByRole('button', { name: 'Continue' }).click()

expect(page.url()).toContain('pin-code')
await expect(page).toHaveTitle('Talk - PIN code')

await sleep(1000)

Expand Down

0 comments on commit 01685ca

Please sign in to comment.