Skip to content

Commit

Permalink
Explicit longer wait on flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Nov 5, 2021
1 parent 96bd161 commit 6565127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('FilePickerApp', () => {
},
});

await waitFor(() => onSubmit.called);
await waitFor(() => onSubmit.called, 100);

wrapper.update();
checkFormFields(
Expand Down

0 comments on commit 6565127

Please sign in to comment.