Skip to content

Commit

Permalink
Fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JSat3st authored Sep 10, 2021
1 parent 6f3233f commit 63b859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/live/events.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ context("Events", () => {
cy.get(".nav-item:nth-child(2) > .nav-link")
.click();
cy.wait(500);
cy.url().should("contains", "https://test.codingdavinci.de/de/events");
cy.url().should("contains", "https://codingdavinci.de/de/events");
cy.wait(500);
cy.get(".node--view-mode-preview")
.first()
Expand Down

0 comments on commit 63b859d

Please sign in to comment.