Skip to content

Commit

Permalink
change selendroid proxy test to use a method that actually errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Feb 6, 2014
1 parent 67e7e79 commit a186ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/selendroid/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('selendroid - basic -', function () {

it('should be able to proxy errors', function (done) {
driver
.frame(null).should.be.rejected
.elementByCss("foobar").should.be.rejected
.nodeify(done);
});

Expand Down

0 comments on commit a186ff0

Please sign in to comment.