We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e032169 + 2275e48 commit bad03fdCopy full SHA for bad03fd
cypress/e2e/Landing.cy.js
@@ -37,7 +37,7 @@ describe("Landing Page Tests", () => {
37
cy.getTestData("subscribe-button").invoke("removeAttr", "target").click();
38
39
cy.origin("https://www.asyncapi.com/newsletter", () => {
40
- cy.url().should("eq", "https://www.asyncapi.com/newsletter");
+ cy.url().should("match", /https:\/\/www\.asyncapi\.com\/[a-z]{2}\/newsletter/);
41
});
42
43
0 commit comments