diff --git a/examples/Creator/custom_adorner.testcafe.js b/examples/Creator/custom_adorner.testcafe.js index 9fc3028..6fe2176 100644 --- a/examples/Creator/custom_adorner.testcafe.js +++ b/examples/Creator/custom_adorner.testcafe.js @@ -7,7 +7,7 @@ test('Adorner exists', async t => { const selector = Selector('.svc-question__content span').withText('Read-Only'); await t .maximizeWindow() - .expect(selector.visible).notOk() + .expect(selector.visible).ok() .click(Selector('span').withText('JSON Editor')) .pressKey('ctrl+a') .pressKey('delete')