Skip to content

Commit

Permalink
#7289 - fix unit test for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 28, 2023
1 parent 062722c commit d5a3bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/markup/etalon_signaturepad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ registerMarkupTests(
},
initSurvey: (survey) => {
let q1 = survey.getQuestionByName("q1");
q1.stateChanged("loading");
q1["stateChanged"]("loading");
},
before: () => StylesManager.applyTheme("defaultV2"),
after: () => StylesManager.applyTheme("default"),
Expand Down

0 comments on commit d5a3bee

Please sign in to comment.