Skip to content

Commit

Permalink
Increased tolerance for Security Tips page to account for font render…
Browse files Browse the repository at this point in the history
…ing issues
  • Loading branch information
maxxcrawford committed May 4, 2020
1 parent 3e44212 commit 92a0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test-securityTips-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ describe("Firefox Monitor Security Tips Page", function() {
});

it("should look like normal", function() {
expect(browser.checkFullPageScreen("SecurityTips_Page", {})).to.be.within(0, 5);
expect(browser.checkFullPageScreen("SecurityTips_Page", {})).to.be.within(0, 15);
});
});

0 comments on commit 92a0e77

Please sign in to comment.