Skip to content

Commit

Permalink
💚 - test: attempt to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jun 20, 2024
1 parent 2686f27 commit 1b66d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/dropdown.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const ActivateOnFocus: Story = {
...ActivateOnHover,
play: async ({ canvasElement, parameters }) => {
const canvas = within(canvasElement);
const button = await canvas.getByText("Hover me!");
const button = canvas.getByText("Hover me!");

// Click opens, escape closes.
await userEvent.tab({ delay: 10 });
Expand Down

0 comments on commit 1b66d90

Please sign in to comment.