Fix EmailVerification test

This commit is contained in:
Alex Gleason 2023-01-05 17:36:02 -06:00
parent 83c93a6d51
commit 3fa9cbe211
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -60,7 +60,9 @@ describe('<EmailVerification />', () => {
);
});
await waitFor(() => {
expect(screen.getByTestId('form-group-error')).toHaveTextContent('is taken');
});
});
});
});