Skip to content

Commit

Permalink
chore: undo strict pixel matching
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Oct 10, 2024
1 parent bc55729 commit 2292812
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions playwright-ct.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,5 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] }
}
],
expect: {
toHaveScreenshot: {
maxDiffPixels: 0,
threshold: 0
}
}
]
});

0 comments on commit 2292812

Please sign in to comment.