diff --git a/src/features/venue/components/VenueBody/VenueBody.native.test.tsx b/src/features/venue/components/VenueBody/VenueBody.native.test.tsx index 0ff56118a45..6a57a1bbb4c 100644 --- a/src/features/venue/components/VenueBody/VenueBody.native.test.tsx +++ b/src/features/venue/components/VenueBody/VenueBody.native.test.tsx @@ -80,7 +80,6 @@ describe('', () => { it('should display the "À la une" section if headlineData is present', async () => { render(reactQueryProviderHOC()) - await waitUntilRendered() expect(screen.getByText('À la une')).toBeOnTheScreen() })