Skip to content

Commit 4206737

Browse files
committed
Fix token copy test
1 parent d36c77a commit 4206737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Frontend/e2e/RoomsViewPersonalizedLinksTokenActions.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ describe("Rooms view personalized links token actions", function () {
747747
win.navigator.clipboard.readText().then((text) => {
748748
expect(text).to.eq(
749749
Cypress.config("baseUrl") +
750-
"/rooms/abc-def-123/1ZKctHSaGd7qLDpFa0emXSjoVTkJHkiTm0xajVOXhHU9BA9CCZquf6sDZtAAEGgdO40neF5dXITbH0CxhKM5940eW988WiIKxC8R",
750+
"/rooms/abc-def-123#token=1ZKctHSaGd7qLDpFa0emXSjoVTkJHkiTm0xajVOXhHU9BA9CCZquf6sDZtAAEGgdO40neF5dXITbH0CxhKM5940eW988WiIKxC8R",
751751
);
752752
});
753753
});

0 commit comments

Comments
 (0)