Skip to content

Commit

Permalink
Fix vr test
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed May 13, 2024
1 parent d6f1c77 commit 186dd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualRegressionTests/tests/defaultV2/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ frameworks.forEach(framework => {
await ClientFunction(() => { (window as any).survey.getAllQuestions()[0].setPropertyValue("isPlayingVideo", false); })();
await t.setFilesToUpload(Selector(".sd-file input"), ["files/Read Me.txt"]);
await t.click(".sd-file input[type=file] + div label");
await ClientFunction(() => { (window as any).survey.getAllQuestions()[0].setPropertyValue("currentMode", "file-camera"); })();
await takeElementScreenshot("file-question-both-mode-answered.png", questionRoot, t, comparer);
});
});
Expand Down

0 comments on commit 186dd42

Please sign in to comment.