Skip to content

Commit deccd2f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Frontend/e2e/RoomsViewPersonalizedLinksTokenActions.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ describe("Rooms view personalized links token actions", function () {
731731
);
732732
});
733733

734-
it("copy token", function () {
734+
it.only("2copy token", function () {
735735
cy.visit("rooms/abc-def-123#tab=tokens");
736736

737737
cy.wait("@roomRequest");
@@ -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)