Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfpb/sbl-frontend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e871363253f5a13e18c0d2f159aa72cd600b718d
Choose a base ref
..
head repository: cfpb/sbl-frontend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ecb877918c4b1e884caf12299c80fb654dca54b5
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 playwright.config.ts
2 changes: 0 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -60,8 +60,6 @@ const config: PlaywrightTestConfig = {
timeout: TIMEOUT_EXPECT,
/* Snapshot testing */
toHaveScreenshot: {
// High enough to ignore dotted border flakiness
// but low enough to catch meaningful diffs??
maxDiffPixels: 0,
},
},