Peek into world-readable rooms from spotlight (#9115)

This commit is contained in:
Šimon Brandner 2022-07-29 16:25:28 +02:00 committed by GitHub
parent f566c600e2
commit fb25b3729d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -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);
});
});