diff --git a/packages/webapp/cypress/integration/intergration.spec.js b/packages/webapp/cypress/integration/intergration.spec.js index 61a32449..8013b935 100644 --- a/packages/webapp/cypress/integration/intergration.spec.js +++ b/packages/webapp/cypress/integration/intergration.spec.js @@ -19,7 +19,7 @@ context("Skynet", () => { cy.get('.home-upload input[type="file"]').attachFile(fileName); - cy.get(".home-uploaded-files").children().should("have.length", 1); + cy.get(".home-uploaded-files").children().should("have.length", 1).scrollIntoView(); // wait max 2 minutes, the portal might be slow at times cy.wait("@upload", { responseTimeout: 2 * 60 * 1000 }); diff --git a/packages/webapp/cypress/videos/intergration.spec.js.mp4 b/packages/webapp/cypress/videos/intergration.spec.js.mp4 index 797a2c07..14508e42 100644 Binary files a/packages/webapp/cypress/videos/intergration.spec.js.mp4 and b/packages/webapp/cypress/videos/intergration.spec.js.mp4 differ