diff --git a/cypress/e2e/spec.cy.js b/cypress/e2e/spec.cy.js index 32c5cf6..518639f 100644 --- a/cypress/e2e/spec.cy.js +++ b/cypress/e2e/spec.cy.js @@ -120,6 +120,8 @@ describe("The Upload Page", () => { cy.get("input[type=file]").attachFile("test.png"); + cy.get("select").select("1 minute"); + cy.get("input[type=button][value=Upload]").click(); cy.url().should("include", "/");