Skip to content

Commit

Permalink
remove 'only' for screenshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Aug 1, 2024
1 parent 772d576 commit f692f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uui-e2e-tests/tests/previewTests/preview.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ builder
forcePseudoState: [{ state: 'hover', selector: '.uui-input-box' }],
},
])
.only(rangeDatePicker, [
.add(rangeDatePicker, [
{
previewId: [TRangeDatePickerPreview['States']],
onlyChromium: true,
Expand Down

0 comments on commit f692f87

Please sign in to comment.