Skip to content

Commit

Permalink
chore: update project to vue3 and other latest dependencies
Browse files Browse the repository at this point in the history
Fixes #266, #463
Closes #509, #464, #461, #451, #332, #322, #317, #297, #287, #276, #199
  • Loading branch information
d-koppenhagen committed Dec 22, 2024
1 parent 45dcdf4 commit 000ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/smoke.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down

0 comments on commit 000ccef

Please sign in to comment.