diff --git a/cypress/e2e/smoke.cy.ts b/cypress/e2e/smoke.cy.ts index 2ddf060a..d6b913c0 100644 --- a/cypress/e2e/smoke.cy.ts +++ b/cypress/e2e/smoke.cy.ts @@ -7,7 +7,7 @@ it("should display the title", () => { }) it("should contain a file input", () => { - cy.get(".file-input").should("have.attr", "type", "file") + cy.get(".v-file-upload input").should("have.attr", "type", "file") }) it("should display an alert that no report was loaded", () => {