Skip to content

Commit

Permalink
work for the #6164 (markup tests angular)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed May 17, 2023
1 parent 134845a commit f7eaeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/markup/etalon_dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ registerMarkupTests(
before: () => { Question["questionCounter"] = 100; },
initSurvey: (survey) => {
const dropdown = survey.getQuestionByName("name");
dropdown.popupModel.isVisible = true;
dropdown["popupModel"].isVisible = true;
},
snapshot: "dropdown-aria-expanded"
}
Expand Down

0 comments on commit f7eaeb7

Please sign in to comment.