Skip to content

Commit 2275e48

Browse files
authored
fix: cypress test fix (#487)
* updated link * fix: cypress test * remove Merging this as an urgent fix.
1 parent 0e0d5d3 commit 2275e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/Landing.cy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe("Landing Page Tests", () => {
3737
cy.getTestData("subscribe-button").invoke("removeAttr", "target").click();
3838

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

0 commit comments

Comments
 (0)