Add general-room-settings-tab.spec.ts (#10997)
This commit is contained in:
parent
267188dbab
commit
6b1c2e09f6
2 changed files with 72 additions and 1 deletions
|
@ -84,7 +84,7 @@ export default class GeneralRoomSettingsTab extends React.Component<IProps, ISta
|
|||
}
|
||||
|
||||
return (
|
||||
<SettingsTab>
|
||||
<SettingsTab data-testid="General">
|
||||
<SettingsSection heading={_t("General")}>
|
||||
<RoomProfileSettings roomId={room.roomId} />
|
||||
</SettingsSection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue