Skip to content

Commit

Permalink
Merge branch 'master' into add/feat-add-render
Browse files Browse the repository at this point in the history
  • Loading branch information
toffee-k21 authored Nov 30, 2024
2 parents 5b7f5aa + 2275e48 commit 744bcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Landing.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Landing Page Tests", () => {
cy.getTestData("subscribe-button").invoke("removeAttr", "target").click();

cy.origin("https://www.asyncapi.com/newsletter", () => {
cy.url().should("eq", "https://www.asyncapi.com/newsletter");
cy.url().should("match", /https:\/\/www\.asyncapi\.com\/[a-z]{2}\/newsletter/);
});
});
});

0 comments on commit 744bcc9

Please sign in to comment.