diff --git a/test/src/core/testPageObjectWaitForElementNotPresent.js b/test/src/core/testPageObjectWaitForElementNotPresent.js index 40351e1c04..f13aa82302 100644 --- a/test/src/core/testPageObjectWaitForElementNotPresent.js +++ b/test/src/core/testPageObjectWaitForElementNotPresent.js @@ -3,7 +3,7 @@ const path = require('path'); const Nocks = require('../../lib/nocks.js'); const Nightwatch = require('../../lib/nightwatch.js'); -describe('test PageObject WaitForElementNotPresent', function () { +xdescribe('test PageObject WaitForElementNotPresent', function () { beforeEach(function (done) { Nocks.enable().cleanAll().createSession(); Nightwatch.init({