Skip to content

Commit

Permalink
Add antialiasing option to full page check
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed May 4, 2020
1 parent 92a0e77 commit 13837ee
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, 15);
expect(browser.checkFullPageScreen("SecurityTips_Page", {ignoreAntialiasing: true})).to.be.within(0, 15);
});
});

0 comments on commit 13837ee

Please sign in to comment.