Skip to content

Commit

Permalink
Merge branch 'master' into borderimage
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek authored Nov 30, 2024
2 parents e032169 + 2275e48 commit bad03fd
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 @@ -37,7 +37,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 bad03fd

Please sign in to comment.