Skip to content

Commit 6595916

Browse files
chore(stepper): add focused+hovered test
1 parent a09845c commit 6595916

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/stepper/stories/stepper.test.js

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export const StepperGroup = Variants({
3838
testHeading: "Focused",
3939
isFocused: true,
4040
},
41+
{
42+
testHeading: "Focused + hovered",
43+
isFocused: true,
44+
isHovered: true,
45+
},
4146
{
4247
testHeading: "Keyboard-focused",
4348
isKeyboardFocused: true,

0 commit comments

Comments
 (0)