This commit is contained in:
anarch3 2022-11-22 23:53:11 -05:00
parent da7132822e
commit f2beb1ac34

View file

@ -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", "/");