Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Nov 6, 2023
1 parent a5a6c11 commit 6f0fef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/static.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test.describe('static methods with nightly retroarch', () => {

await page.getByText('launchSize', { exact: true }).click()
await page.waitForLoadState('networkidle')
await page.waitForTimeout(3000)
await page.waitForTimeout(2000)
await expect(canvas).toHaveScreenshot('launch-size.png')
})
})

0 comments on commit 6f0fef5

Please sign in to comment.