There was an error while loading. Please reload this page.
1 parent 4f8553d commit 1c93605Copy full SHA for 1c93605
1 file changed
tests/e2e/smoke-test.spec.ts
@@ -19,6 +19,7 @@ test('smoke test', async ({ page }) => {
19
await page.getByRole('button', { name: 'Start Game' }).click()
20
21
// play 1 round
22
+ await page.getByRole('button', { name: 'Next' }).click()
23
await page.getByRole('button', { name: 'Other Action' }).click()
24
25
0 commit comments