Skip to content

Instantly share code, notes, and snippets.

@pimterry
Last active January 23, 2016 14:19
Show Gist options
  • Save pimterry/b686124c5c25474b6174 to your computer and use it in GitHub Desktop.
Save pimterry/b686124c5c25474b6174 to your computer and use it in GitHub Desktop.
it("Can open main page", () => {
return client
.url(extensionPage("main.html"))
.pause(500)
.hasDrawnPixels(".city > canvas").should.eventually.equal(true,
"Canvas should have an image drawn on it");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment