Skip to content

Commit

Permalink
test: fixup e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 20, 2024
1 parent 7757e58 commit bc52523
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(".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", () => {
Expand Down

0 comments on commit bc52523

Please sign in to comment.