Skip to content

Instantly share code, notes, and snippets.

@micahgodbolt
Last active June 8, 2016 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahgodbolt/8d3cacd82c94ee75cae14a3ad050825a to your computer and use it in GitHub Desktop.
Save micahgodbolt/8d3cacd82c94ee75cae14a3ad050825a to your computer and use it in GitHub Desktop.
describe("Promo Band pattern", function() {
before(function() {
browser.url("/tests/promo_band");
return browser;
});
it("should look like baseline", function() {
return browser
.compareScreen("promo_band", {
name: "pattern",
elem: "body",
screenWidth: [320, 1024]
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment