Skip to content

Commit

Permalink
test: enable fullyParallel
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Oct 7, 2023
1 parent 2a4c82c commit 951492c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/instance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test.describe('instance methods', () => {
await page.waitForLoadState('networkidle')
await page.waitForTimeout(500)

await canvas.press('Enter', { delay: 500 })
await canvas.press('Enter', { delay: 800 })

await page.getByText('pause', { exact: true }).click()
await expect(canvas).toHaveScreenshot('pause-and-resume.png')
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
},
testMatch: 'tests/e2e/**/*.spec.ts',
updateSnapshots: 'missing',
fullyParallel: true,
snapshotPathTemplate: '{testDir}/snapshots/{testFilePath}/{testName}/{arg}{ext}',
expect: {
toHaveScreenshot: { maxDiffPixels: 100 },
Expand Down

0 comments on commit 951492c

Please sign in to comment.