Increase timeout for intermittently failing test

This commit is contained in:
Alex Gleason
2023-01-10 10:56:21 -06:00
parent 14299ce62a
commit 5666121e2d

View File

@ -48,6 +48,8 @@ describe('<UI />', () => {
await waitFor(() => {
expect(screen.getByTestId('cta-banner')).toHaveTextContent('Sign up now to discuss');
}, {
timeout: 2000,
});
});
});