Skip to content

Commit

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

0 comments on commit deabee0

Please sign in to comment.