Skip to content

Commit

Permalink
Work for surveyjs/survey-creator#5141 - fixed u-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Jan 31, 2024
1 parent e9a0848 commit ff5c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ko/survey_kotests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ QUnit.test("ProgressButtonsViewModel component scroll button", function (
querySelectorAll: function () {
return [] as any;
},
} as any
} as any, "center", survey
);
progress.dispose();
assert.equal(
Expand Down

0 comments on commit ff5c380

Please sign in to comment.