Skip to content

Commit

Permalink
test(e2e): fixup cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 21, 2024
1 parent 89db3d9 commit e12a1aa
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(".v-file-upload input").should("have.attr", "type", "file")
cy.get("input[type=file]").should("exist")
})

it("should display an alert that no report was loaded", () => {
Expand Down

0 comments on commit e12a1aa

Please sign in to comment.