Skip to content

Commit

Permalink
#912 - fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Dec 27, 2024
1 parent 2c10e8c commit 14fd35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-core/tests/surveytests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14560,7 +14560,7 @@ QUnit.test("Check onGetQuestionTitleActions event", (assert) => {
});
var testActions = [{ title: "simple" }, { title: "simple2" }];
survey.onGetQuestionTitleActions.add((sender, options) => {
options.titleActions = testActions;
options.actions = testActions;
});
var question = <Question>survey.getQuestionByName("text1");
assert.deepEqual(question.getTitleActions(), testActions);
Expand Down

0 comments on commit 14fd35a

Please sign in to comment.