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(); },