Skip to content

Commit

Permalink
Fix f test in knockout
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Oct 9, 2024
1 parent 5d4a009 commit d69cb1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testCafe/survey/focusFirstQuestionAutomatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ frameworks.forEach(async framework => {
await t.expect(panel1_q1Sel.filter(filterIsInViewport).exists).ok()
.pressKey("a");
await focusQuestion("q1", false);
await t.wait(1000);
await t.expect(q1Sel.filter(filterIsInViewport).exists).ok()
.pressKey("b");
await focusQuestion("panel1_q1", true);
Expand Down

0 comments on commit d69cb1e

Please sign in to comment.