Update room summary card header (#11823)
* Update room summary card header * test coverage for public room label * test coverage for public room label (#11841) * fix encrypted badge selector in cypress/crypto.spec --------- Co-authored-by: Kerry <kerrya@element.io>
This commit is contained in:
parent
5c9e7baa78
commit
722c5ad493
5 changed files with 201 additions and 140 deletions
|
@ -269,7 +269,7 @@ describe("Cryptography", function () {
|
|||
// Assert that verified icon is rendered
|
||||
cy.findByRole("button", { name: "Room members" }).click();
|
||||
cy.findByRole("button", { name: "Room information" }).click();
|
||||
cy.get(".mx_RoomSummaryCard_e2ee_verified").should("exist");
|
||||
cy.get('.mx_RoomSummaryCard_badges [data-kind="success"]').should("contain.text", "Encrypted");
|
||||
|
||||
// Take a snapshot of RoomSummaryCard with a verified E2EE icon
|
||||
cy.get(".mx_RightPanel").percySnapshotElement("RoomSummaryCard - with a verified E2EE icon", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue