From 6617d5250416d2e5a3375ac591458a85b3389efb Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Sat, 21 Dec 2024 06:18:28 +0100 Subject: [PATCH] chore: update project to vue3 and other latest dependencies Fixes #266, #463 Closes #509, #464, #461, #451, #332, #322, #317, #297, #287, #276, #199 --- cypress/e2e/smoke.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/smoke.cy.ts b/cypress/e2e/smoke.cy.ts index e574fdce..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("input[type=file]").should("exist") + cy.get(".v-file-upload input").should("have.attr", "type", "file") }) it("should display an alert that no report was loaded", () => {