Skip to content

Commit

Permalink
Work for #8101 - Image picker - long captures make corresponding imag…
Browse files Browse the repository at this point in the history
…e overlap with the neighboring one - fixed vr-tests
  • Loading branch information
tsv2013 committed Apr 15, 2024
1 parent a6f77b7 commit f72d676
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions visualRegressionTests/tests/defaultV2/imagepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,53 +211,53 @@ frameworks.forEach(framework => {
{
"value": "movie_1",
"text": "The Holdovers",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=75872c76-0c59-4e65-a4ed-84ee1f7e41a8"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_2",
"text": "American Fiction",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=ace0a8c5-1e9b-4a4a-bf6d-c6e2d6b75d8e"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_3",
"text": "Oppenheimer",
"enableIf": "{trailer-follow-up} = 3",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=21955954-3a96-4878-b38b-05a1c69ef3ac"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_4",
"text": "Barbie",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=48cb552f-df27-4b63-a8d8-980525ddd2f7"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_5",
"text": "Poor Things",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=f6ca4ef5-2bff-4023-904f-1f79cbcfdbc9"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_6",
"text": "Past Lives",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=4b35eac0-a7dc-4c90-9ad3-44b5cf4e315f"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_7",
"text": "Killers of the Flower Moon",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=7a43145a-8baf-47a0-8b0e-a6d020a92f37"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_8",
"text": "Maestro",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=763ed4e1-7815-4a3f-9bdd-bd4daf55275c"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_9",
"text": "Anatomy of a Fall",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=0fcd5fa7-d280-42f2-be1b-88699638a95f"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
},
{
"value": "movie_10",
"text": "The Zone of Interest",
"imageLink": "https://api.surveyjs.io/private/Surveys/files?name=bfd7cc1f-d4ce-49e0-9a32-cf4009117f95"
"imageLink": "https://surveyjs.io/Content/Images/examples/image-picker/panda.jpg"
}
],
"colCount": 5,
Expand Down

0 comments on commit f72d676

Please sign in to comment.