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 8e25f89 commit 3451c1dCopy full SHA for 3451c1d
packages/client/src/v2-events/features/events/registered-fields/Search.interaction.stories.tsx
@@ -178,8 +178,6 @@ export const InvalidValue_NoRecordsFound: StoryObj<typeof FormFieldGenerator> =
178
play: async ({ canvasElement }) => {
179
const canvas = within(canvasElement)
180
181
- await new Promise((resolve) => setTimeout(resolve, 2000))
182
-
183
await userEvent.type(
184
await canvas.findByTestId('text__firstname'),
185
'firstname'
0 commit comments