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

Commit 43260fe

Browse files
committed
Update testWaitForUrl.js
1 parent f4657a4 commit 43260fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/testWaitForUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
testFailure: function(test) {
1919
var client = this.client.api;
2020
client.waitForUrl('http://localhost2/', 600, 0, function callback(result) {
21-
test.equal(result, 'http://localhost/');
21+
test.equal(result, false);
2222
test.done();
2323
});
2424
},

0 commit comments

Comments
 (0)