Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Update testWaitForUrl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
afgoulart committed Dec 7, 2015
1 parent f4657a4 commit 43260fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/testWaitForUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
testFailure: function(test) {
var client = this.client.api;
client.waitForUrl('http://localhost2/', 600, 0, function callback(result) {
test.equal(result, 'http://localhost/');
test.equal(result, false);
test.done();
});
},
Expand Down

0 comments on commit 43260fe

Please sign in to comment.