Skip to content

Commit

Permalink
docs(picker): fix test args for loading and hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
jawinn committed Oct 8, 2024
1 parent dcc5d2b commit d17a4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/picker/stories/picker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const PickerGroup = Variants({
},
{
testHeading: "Loading + hovered",
isLoading: true,
isHovered: true,
},
{
Expand Down

0 comments on commit d17a4cc

Please sign in to comment.