diff --git a/starsky-tools/end2end/cypress/integration/40-detailview-from-upload/detailview-from-upload.ts b/starsky-tools/end2end/cypress/integration/40-detailview-from-upload/detailview-from-upload.ts index 10b22f1380..f0e2d02ab0 100644 --- a/starsky-tools/end2end/cypress/integration/40-detailview-from-upload/detailview-from-upload.ts +++ b/starsky-tools/end2end/cypress/integration/40-detailview-from-upload/detailview-from-upload.ts @@ -80,6 +80,8 @@ describe('DetailView (from upload)', () => { .url() .should('contain', fileName1) + cy.wait(300) + cy.get('.nextprev.nextprev--prev').first().click() .url() .should('contain', fileName2)