Skip to content

Commit

Permalink
Modifying harmony examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sebv committed Nov 26, 2013
1 parent 1ab16be commit 47c2b6b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/promise/mocha-harmony.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,5 @@ describe("mocha with generators", function() {
location.should.include("&submit");
}));

it("submit element should be clicked ", Q.async(function *() {
var submitEl = yield browser.elementById("submit");
yield submitEl.click();
var location = yield browser.eval("window.location.href");
location.should.include("&submit");
}));

});

0 comments on commit 47c2b6b

Please sign in to comment.