fix test
This commit is contained in:
parent
da7132822e
commit
f2beb1ac34
1 changed files with 2 additions and 0 deletions
|
@ -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", "/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue