mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
(test) fix a event form test
This commit is contained in:
parent
736e42f565
commit
ce5516de3a
@ -13,7 +13,7 @@ describe('EventForm', () => {
|
||||
render(<EventForm action="create" onError={onError} onSuccess={onSuccess} />);
|
||||
await waitFor(() => screen.getByRole('combobox', { name: /app.admin.event_form.event_category/ }));
|
||||
expect(screen.getByLabelText(/app.admin.event_form.title/)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/app.admin.event_form.matching_visual/)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/app.admin.event_form.illustration/)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/app.admin.event_form.description/)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/app.admin.event_form.event_type/)).toBeInTheDocument();
|
||||
expect(screen.getByLabelText(/app.admin.event_form.event_category/)).toBeInTheDocument();
|
||||
|
Loading…
x
Reference in New Issue
Block a user