Skip to content

Commit

Permalink
fix site test after incorrect merge
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Dec 26, 2024
1 parent 4c1d91c commit a0774e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CreatorV1/toolbox_customization.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test('Check tabs', async t => {
.expect(Selector('code').textContent).contains('const creator = new SurveyCreator.SurveyCreator("surveyCreatorContainer", options);')
.click(Selector('span').withText('index.html'))
.expect(Selector('code').textContent).contains('id="surveyCreatorContainer"')
.expect(getExampleTabSelector('Demo').classNames).contains('v2-class---footer-toolbar-item--active')
.expect(getExampleTabSelector('Code').classNames).contains('v2-class---footer-toolbar-item--active')
.click(getExampleTabSelector('Demo'))
.expect(Selector('span.nav-link').withText('Survey Designer').visible).ok()
.expect(Selector('span.nav-link').withText('Test Survey').visible).ok()
Expand Down

0 comments on commit a0774e6

Please sign in to comment.