Skip to content

Commit

Permalink
test: extend timeout on slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnage101 committed Dec 3, 2024
1 parent 5e2d0bd commit e3263cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ describe('<BudgetDetailPage />', () => {
userEvent.click(screen.getByText('Failed: Bad email'));
await waitFor(() => expect(screen.queryByText('This member invitation failed because a notification to [email protected] '
+ 'could not be sent.')).toBeInTheDocument());
});
}, 9000);
it('download learner flow for multiple selected pages of users', async () => {
// Setup
const initialState = {
Expand Down

0 comments on commit e3263cc

Please sign in to comment.