We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f1367 commit 0f4a987Copy full SHA for 0f4a987
lib/src/header/Header.stories.tsx
@@ -144,7 +144,6 @@ ResponsiveHeaderFocus.parameters = {
144
ResponsiveHeaderFocus.play = async ({ canvasElement }) => {
145
const canvas = within(canvasElement);
146
await waitFor(() => canvas.findByText("Menu"));
147
- await userEvent.tab();
148
};
149
150
export const ResponsiveHeaderHover = RespHeaderHover.bind({});
0 commit comments