Skip to content

Commit 0f4a987

Browse files
committed
waitFor in focus story
1 parent 24f1367 commit 0f4a987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/header/Header.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ ResponsiveHeaderFocus.parameters = {
144144
ResponsiveHeaderFocus.play = async ({ canvasElement }) => {
145145
const canvas = within(canvasElement);
146146
await waitFor(() => canvas.findByText("Menu"));
147-
await userEvent.tab();
148147
};
149148

150149
export const ResponsiveHeaderHover = RespHeaderHover.bind({});

0 commit comments

Comments
 (0)