diff --git a/e2e/cypress/e2e/ursus_search.cy.js b/e2e/cypress/e2e/ursus_search.cy.js index 97073699..1caf90e6 100644 --- a/e2e/cypress/e2e/ursus_search.cy.js +++ b/e2e/cypress/e2e/ursus_search.cy.js @@ -79,4 +79,4 @@ describe('Search', () => { cy.get('div.document__gallery-thumbnail').eq(0).find('img').click(); cy.get('.item-page__pagination-widgets').should('contain', '1 of') }); -}); +}).skip();