diff --git a/__snapshots__/features/venue/pages/Venue/Venue.web.test.tsx.web-snap b/__snapshots__/features/venue/pages/Venue/Venue.web.test.tsx.web-snap index 1cd03b1a22b..ae964fdde22 100644 --- a/__snapshots__/features/venue/pages/Venue/Venue.web.test.tsx.web-snap +++ b/__snapshots__/features/venue/pages/Venue/Venue.web.test.tsx.web-snap @@ -3525,7 +3525,7 @@ exports[` Accessibility should render correctly with practical informat > Accessibility should render correctly with practical informat href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAXSURBVHgB7cAxAQAAAEAw/VMr4TTYGgICTAABbZBM+QAAAABJRU5ErkJggg==" /> Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat /> Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat /> Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat Accessibility should render correctly with practical informat { describe('analytics', () => { - // eslint-disable-next-line jest/no-disabled-tests - it.skip('should logHasSeenAllVideo when all video were seen', async () => { + it('should logHasSeenAllVideo when all video were seen', async () => { MockedYouTubePlayer.setPlayerStateData(YouTube.PlayerState.ENDED) renderVideoPlayer() diff --git a/src/features/offer/components/OfferImageContainer/OfferImageContainer.web.test.tsx b/src/features/offer/components/OfferImageContainer/OfferImageContainer.web.test.tsx index 87af9b689a1..cc02ab8f409 100644 --- a/src/features/offer/components/OfferImageContainer/OfferImageContainer.web.test.tsx +++ b/src/features/offer/components/OfferImageContainer/OfferImageContainer.web.test.tsx @@ -27,9 +27,7 @@ describe('', () => { expect(screen.getByTestId('offerImageWithoutCarousel')).toBeInTheDocument() }) - // TODO(PC-30559) : test flaky sur la CI - // eslint-disable-next-line jest/no-disabled-tests - it.skip('should display carousel with several images', () => { + it('should display carousel with several images', () => { render( ', () => { }) // eslint-disable-next-line jest/no-disabled-tests - it.skip('should render correctly', async () => { + it('should render correctly', async () => { const { container } = render(reactQueryProviderHOC()) await screen.findAllByText('Gratuit')