From 43260fe52c82bb77e3fec222e917d1f128e264ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Filipe=20Goulart?= Date: Mon, 7 Dec 2015 16:53:55 -0200 Subject: [PATCH] Update testWaitForUrl.js --- tests/src/testWaitForUrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/testWaitForUrl.js b/tests/src/testWaitForUrl.js index 1e6f7e0..a65af80 100644 --- a/tests/src/testWaitForUrl.js +++ b/tests/src/testWaitForUrl.js @@ -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(); }); },