Skip to content

Commit

Permalink
Fix angular markup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Sep 7, 2023
1 parent 395fd26 commit 2d05f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/markup/etalon_file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ registerMarkupTests(
before: () => StylesManager.applyTheme("defaultV2"),
after: () => StylesManager.applyTheme("default"),
snapshot: "file-uploading",
initSurvey: survey => survey.getAllQuestions()[0].isUploading = true,
initSurvey: survey => survey.getAllQuestions()[0]["isUploading"] = true,
}
]
);

0 comments on commit 2d05f55

Please sign in to comment.