Skip to content

Commit 0913f63

Browse files
committed
test(dialog): remove set time out
1 parent 55d5701 commit 0913f63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/dialog/dialog.interactions.stories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ export const FocusManagement: Story = {
5555

5656
await userEvent.tab();
5757
await expect(closeButton).toHaveFocus();
58-
59-
await new Promise((resolve) => setTimeout(resolve, 200));
60-
closeButton.focus();
6158
},
6259
};
6360

0 commit comments

Comments
 (0)