Last active
June 8, 2016 17:20
-
-
Save micahgodbolt/8d3cacd82c94ee75cae14a3ad050825a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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