Skip to content

Commit

Permalink
test: remove useless snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Mar 4, 2024
1 parent b91213c commit 0ecbacc
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
expect: { toHaveScreenshot: { maxDiffPixels: 100 } },
fullyParallel: true,
reporter: 'html',
retries: 3,
retries: 5,
snapshotPathTemplate: '{testDir}/snapshots/{testFilePath}/{testName}/{arg}{ext}',
testMatch: 'tests/e2e/**/*.spec.ts',
updateSnapshots: 'missing',
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0ecbacc

Please sign in to comment.