Fix: Space scope header overflow (#11933)
* fix spacing for scope header * extract scope header into component, apply line clamp * update ThirdPartyMemberInfo styles * pass onClose to ThirdPartyRoomMemberInfo * rethemendex * add View3pidInvite to actions enum, replace uses * extract out action handler * push card instead, test * comment * reinstate data-testid * fix typo in styles
This commit is contained in:
parent
4d0a34bb26
commit
1ffa1c9c18
14 changed files with 188 additions and 221 deletions
|
@ -164,7 +164,7 @@ describe("RightPanel", () => {
|
|||
cy.findByRole("button", { name: /\d member/ }).click();
|
||||
});
|
||||
cy.get(".mx_MemberList").should("have.length", 1);
|
||||
cy.get(".mx_RightPanel_scopeHeader").within(() => {
|
||||
cy.get(".mx_SpaceScopeHeader").within(() => {
|
||||
cy.findByText(SPACE_NAME);
|
||||
});
|
||||
|
||||
|
@ -173,7 +173,7 @@ describe("RightPanel", () => {
|
|||
cy.get(".mx_UserInfo_profile").within(() => {
|
||||
cy.findByText(NAME);
|
||||
});
|
||||
cy.get(".mx_RightPanel_scopeHeader").within(() => {
|
||||
cy.get(".mx_SpaceScopeHeader").within(() => {
|
||||
cy.findByText(SPACE_NAME);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue