Skip to content

Commit

Permalink
Fix markup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Nov 28, 2023
1 parent 1ea397a commit 259304b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/markup/etalon_survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ registerMarkupTests(
]
},
event: "onAfterRenderSurvey",
initSurvey(survey) {
survey.needRenderIcons = false;
},
getSnapshot: el => {
return el.children[0].children[0].outerHTML;
},
Expand Down

0 comments on commit 259304b

Please sign in to comment.