kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix EmailVerification test
rodzic
83c93a6d51
commit
3fa9cbe211
|
@ -60,7 +60,9 @@ describe('<EmailVerification />', () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(screen.getByTestId('form-group-error')).toHaveTextContent('is taken');
|
await waitFor(() => {
|
||||||
|
expect(screen.getByTestId('form-group-error')).toHaveTextContent('is taken');
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Ładowanie…
Reference in New Issue