Peek into world-readable rooms from spotlight (#9115)
This commit is contained in:
parent
f566c600e2
commit
fb25b3729d
2 changed files with 10 additions and 2 deletions
|
@ -246,7 +246,7 @@ describe("Spotlight", () => {
|
|||
cy.spotlightResults().eq(0).click();
|
||||
cy.url().should("contain", room2Id);
|
||||
}).then(() => {
|
||||
cy.get(".mx_RoomPreviewBar_actions .mx_AccessibleButton").click();
|
||||
cy.get(".mx_RoomView_MessageList").should("have.length", 1);
|
||||
cy.roomHeaderName().should("contain", room2Name);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue