You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-01 03:23:30 +03:00
Revert "Member avatars without canvas" (#10057
* Revert "Apply more general fix for base avatar regressions (#10045)" This reverts commit371a3c0d36. * Revert "Fix layout and visual regressions around default avatars (#10031)" This reverts commit0d1fce37b2. * Revert "Member avatars without canvas (#9990)" This reverts commita8aa4de4b4. * Update snapshots
This commit is contained in:
committed by
GitHub
parent
43e7870d92
commit
21c3967010
@@ -153,7 +153,10 @@ describe("Spaces", () => {
|
||||
|
||||
openSpaceCreateMenu().within(() => {
|
||||
cy.get(".mx_SpaceCreateMenuType_private").click();
|
||||
// We don't set an avatar here to get a Percy snapshot of the default avatar style for spaces
|
||||
cy.get('.mx_SpaceBasicSettings_avatarContainer input[type="file"]').selectFile(
|
||||
"cypress/fixtures/riot.png",
|
||||
{ force: true },
|
||||
);
|
||||
cy.get('input[label="Address"]').should("not.exist");
|
||||
cy.get('textarea[label="Description"]').type("This is a personal space to mourn Riot.im...");
|
||||
cy.get('input[label="Name"]').type("This is my Riot{enter}");
|
||||
@@ -166,7 +169,6 @@ describe("Spaces", () => {
|
||||
|
||||
cy.contains(".mx_RoomList .mx_RoomTile", "Sample Room").should("exist");
|
||||
cy.contains(".mx_SpaceHierarchy_list .mx_SpaceHierarchy_roomTile", "Sample Room").should("exist");
|
||||
cy.get(".mx_LeftPanel_outerWrapper").percySnapshotElement("Left panel with default avatar space");
|
||||
});
|
||||
|
||||
it("should allow user to invite another to a space", () => {
|
||||
|
||||
Reference in New Issue
Block a user