Skip to content

Commit

Permalink
test: update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 24, 2024
1 parent 8bf4d57 commit 334eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/instance-ra-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function tests() {
await expect(canvas).toHaveScreenshot('pause-and-resume.png')

await page.getByText('resume', { exact: true }).click()
await page.waitForTimeout(1000)
await page.waitForTimeout(2000)
await expect(canvas).not.toHaveScreenshot('pause-and-resume.png')
})

Expand Down

0 comments on commit 334eaa2

Please sign in to comment.