Skip to content

Commit 1c93605

Browse files
committed
fix e2e test
1 parent 4f8553d commit 1c93605

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/smoke-test.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test('smoke test', async ({ page }) => {
1919
await page.getByRole('button', { name: 'Start Game' }).click()
2020

2121
// play 1 round
22+
await page.getByRole('button', { name: 'Next' }).click()
2223
await page.getByRole('button', { name: 'Other Action' }).click()
2324
await page.getByRole('button', { name: 'Other Action' }).click()
2425
await page.getByRole('button', { name: 'Other Action' }).click()

0 commit comments

Comments
 (0)