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 334eaa2 commit eb96191
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 @@ -75,7 +75,7 @@ export function tests() {

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

test('press', async ({ page }) => {
Expand Down

0 comments on commit eb96191

Please sign in to comment.