Skip to content

Commit

Permalink
Try to fix vr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Aug 9, 2023
1 parent 94ee98f commit 947db7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion visualRegressionTests/tests/defaultV2/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const json = {
type: "file",
title: "Upload everything what you’d like to.",
name: "file_question",
width: "704px"
minWidth: "704px",
width: "704px",
maxWidth: "704px",
}]
};

Expand Down
2 changes: 2 additions & 0 deletions visualRegressionTests/tests/defaultV2/multipletext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ frameworks.forEach(framework => {
{
type: "multipletext",
name: "q1",
minWidth: "768px",
maxWidth: "768px",
width: "768px",
title: "Personal Information",
items: [
Expand Down

0 comments on commit 947db7d

Please sign in to comment.