From f2beb1ac348334962b85b03a204f14966c94268a Mon Sep 17 00:00:00 2001 From: anarch3 Date: Tue, 22 Nov 2022 23:53:11 -0500 Subject: [PATCH] fix test --- cypress/e2e/spec.cy.js | 2 ++ 1 file changed, 2 insertions(+) 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", "/");