Skip to content

Commit

Permalink
now adorners has opacity 0, so they are visible for testcafe
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Dec 26, 2023
1 parent dfc56c4 commit f9beb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Creator/custom_adorner.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f9beb5f

Please sign in to comment.