Skip to content

Commit

Permalink
fix impress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tch1b0 committed Jun 28, 2024
1 parent 779015d commit f77104e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/integration/user.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe("Visit Site as a User", () => {

it("Visit /impressum", () => {
cy.visit("/");
cy.wait(1000);
cy.contains("Impressum").click();
cy.url().should("include", "/impressum");
});
Expand Down

0 comments on commit f77104e

Please sign in to comment.