Skip to content

Instantly share code, notes, and snippets.

@sourishkrout
Last active December 23, 2015 01:29
Show Gist options
  • Save sourishkrout/6560577 to your computer and use it in GitHub Desktop.
Save sourishkrout/6560577 to your computer and use it in GitHub Desktop.
yit("should open location map and dismiss modal dialog", function*() {
var options = yield h.driver.elementsByCssSelector('.actions a');
options.length.should.equal(6);
yield options[3].click();
yield nativeSeq(h, function*() {
yield dismiss(h.driver);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment