Skip to content

Commit 3451c1d

Browse files
committed
remove timeout
1 parent 8e25f89 commit 3451c1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/client/src/v2-events/features/events/registered-fields/Search.interaction.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ export const InvalidValue_NoRecordsFound: StoryObj<typeof FormFieldGenerator> =
178178
play: async ({ canvasElement }) => {
179179
const canvas = within(canvasElement)
180180

181-
await new Promise((resolve) => setTimeout(resolve, 2000))
182-
183181
await userEvent.type(
184182
await canvas.findByTestId('text__firstname'),
185183
'firstname'

0 commit comments

Comments
 (0)