Skip to content

Commit

Permalink
skip title_adorners test
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Dec 13, 2023
1 parent b38d1d8 commit d193d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CreatorV1/survey_title.testcafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Selector, fixture, test } from 'testcafe';
fixture`survey_title`
.page`https://surveyjstest.azurewebsites.net/Examples/Survey-Creator?id=titleadorner&platform=Knockoutjs`;

test('title_adorners', async t => {
test.skip('title_adorners', async t => {
await t
.maximizeWindow()
.expect(Selector('span').withText('Input page title here').nth(2).visible).eql(true, 'Page title is visible')
Expand Down

0 comments on commit d193d5c

Please sign in to comment.