Skip to content

Commit

Permalink
fix java
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Aug 21, 2024
1 parent d8d057f commit 7b1bb53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ void testBuildSnapshotAndResults() throws InterruptedException {
WebElement cookieBanner = driver.findElement(By.id("onetrust-banner-sdk"));

CheckOptions checkOptions = new CheckOptions();
checkOptions.setDiffingMethod(DiffingMethod.BALANCED);
checkOptions.setIgnoreRegions(
IgnoreRegion.forElement(driver, Arrays.asList(header, caroussel, cookieBanner)));

Expand Down

0 comments on commit 7b1bb53

Please sign in to comment.