diff --git a/apps/vr-tests/src/stories/ChoiceGroup.stories.tsx b/apps/vr-tests/src/stories/ChoiceGroup.stories.tsx
index dc4609f217909e..21fa7b976c8344 100644
--- a/apps/vr-tests/src/stories/ChoiceGroup.stories.tsx
+++ b/apps/vr-tests/src/stories/ChoiceGroup.stories.tsx
@@ -29,9 +29,12 @@ storiesOf('ChoiceGroup', module)
steps={ new Screener.Steps()
.snapshot('default', { cropTo: '.testWrapper' })
.hover('div.ms-ChoiceField:nth-of-type(1)')
- .snapshot('hover selected', { cropTo: '.testWrapper' })
- .hover('div.ms-ChoiceField:nth-of-type(2)')
.snapshot('hover unselected', { cropTo: '.testWrapper' })
+ .click('div.ms-ChoiceField:nth-of-type(1)')
+ .snapshot('selected', { cropTo: '.testWrapper' })
+ .click('div.ms-ChoiceField:nth-of-type(1)')
+ .hover('div.ms-ChoiceField:nth-of-type(1)')
+ .snapshot('hover selected', { cropTo: '.testWrapper' })
.end()
}
>
@@ -40,14 +43,12 @@ storiesOf('ChoiceGroup', module)
))
.add('Root', () => (
))
.add('Required', () => (
(
(
(