Add general-room-settings-tab.spec.ts (#10997)

This commit is contained in:
Suguru Hirahara 2023-06-05 13:58:25 +00:00 committed by GitHub
parent 267188dbab
commit 6b1c2e09f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 72 additions and 1 deletions

View file

@ -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>