Skip to content

Commit

Permalink
Fixed vr-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 12, 2024
1 parent 3e862e7 commit 7ffc734
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions visualRegressionTests/tests/defaultV2/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ frameworks.forEach(framework => {
width: "704px",
maxWidth: "704px",
name: "file_question",
}, { onOpenFileChooser: onOpenFileChooserHandler }]
});
}]
}, { onOpenFileChooser: onOpenFileChooserHandler });
await resetFocusToBody();
const questionRoot = Selector(".sd-question");
await ClientFunction(() => { (window as any).survey.getAllQuestions()[0].setPropertyValue("currentMode", "camera"); })();
Expand Down

0 comments on commit 7ffc734

Please sign in to comment.