Skip to content

Commit

Permalink
Lowed visual tolerance for integration test for browser subjectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Apr 22, 2020
1 parent 9856dce commit 39437e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test-home-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe("Firefox Monitor homepage", function() {
hideElements: [
$$(".breach-info-wrapper"),
],
})).to.be.within(0, 9.99);
})).to.be.within(0, 14.99);
});

it("should load correct number of breaches from an email input", function() {
Expand Down

0 comments on commit 39437e5

Please sign in to comment.