Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fix(vr-tests-react-components): mi…
Browse files Browse the repository at this point in the history
…grate to new StoryWright api to define Steps to resolve VR snapshoting issues
  • Loading branch information
Hotell committed Feb 19, 2025
1 parent deabee0 commit 5c15be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
<StoryWright
steps={new Steps()
.snapshot('default', { cropTo: '.testWrapper' })
.hover('[role=option]')
.hover('[role=combobox]')
.snapshot('hover', { cropTo: '.testWrapper' })
.keys('input', 'ArrowDown')
.snapshot('active option', { cropTo: '.testWrapper' })
Expand Down

0 comments on commit 5c15be6

Please sign in to comment.