Skip to content

Commit

Permalink
Merge pull request #1667 from mozilla/intergration-test-os-fix
Browse files Browse the repository at this point in the history
Update Integration Test - OS Differences
  • Loading branch information
groovecoder committed May 4, 2020
2 parents aa12d75 + 13837ee commit 9757dd4
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", {ignoreAntialiasing: true})).to.be.within(0, 15);
});
});

0 comments on commit 9757dd4

Please sign in to comment.