Skip to content

Commit

Permalink
disable unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 1, 2023
1 parent 80e30c6 commit e5a77cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/core/testPageObjectWaitForElementNotPresent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e5a77cb

Please sign in to comment.