Skip to content

Commit

Permalink
chore(SPV-1105): remove maxDiffPixelRatio in playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
swierzbicki committed Oct 17, 2024
1 parent b70f2ae commit da929ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export default defineConfig({
expect: {
// Maximum time expect() should wait for the condition to be met.
timeout: 5000,

toHaveScreenshot: {
maxDiffPixelRatio: 0.02,
},
},
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit da929ce

Please sign in to comment.