From 8db97258b305a0d4efe1999234f2353d8e99cbea Mon Sep 17 00:00:00 2001 From: Massimo Galbusera Date: Mon, 1 Aug 2016 10:10:24 +0200 Subject: [PATCH] fix tests --- tests/runTests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runTests.js b/tests/runTests.js index 32ed342..ad10771 100644 --- a/tests/runTests.js +++ b/tests/runTests.js @@ -149,6 +149,7 @@ module.exports = { .waitForText("//div[@id='div']", function (text) { return text === "something else"; }) + .useCss() .end(); },