Skip to content

Commit

Permalink
#561 - test: attempt to make the tests less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Dec 19, 2024
1 parent d02dfbe commit 8dc3a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const ReviewerCanExcludeZaak: Story = {
name: "Uitzonderen",
});
const exclude = excludes[0];
await userEvent.click(exclude);
await userEvent.click(exclude, { delay: 60 });

const reason = await canvas.findByLabelText("Reden");
const submitExclude = await canvas.findByRole("button", {
Expand Down

0 comments on commit 8dc3a0d

Please sign in to comment.