Skip to content

Commit

Permalink
🧪 test(fixtures): Reduce flakiness of consultation edit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Sep 24, 2023
1 parent d71e927 commit 62076e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/client/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const editConsultation = async (

if (save) {
await user.click(await findByRole('button', {name: 'save'}));
await findByRole('button', {name: 'saved'});
await findByRole('button', {name: 'saved'}, {timeout: 5000});
}
};

Expand Down

0 comments on commit 62076e1

Please sign in to comment.