Enable Jest and Percy snapshots for PreferencesUserSettingsTab (#10701)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2023-04-27 18:11:48 +00:00 committed by GitHub
parent d1a1506572
commit 326e217d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1102 additions and 1 deletions

View file

@ -144,7 +144,9 @@ export default class PreferencesUserSettingsTab extends React.Component<IProps,
return (
<div className="mx_SettingsTab mx_PreferencesUserSettingsTab">
<div className="mx_SettingsTab_heading">{_t("Preferences")}</div>
<div className="mx_SettingsTab_heading" data-testid="preferences">
{_t("Preferences")}
</div>
{roomListSettings.length > 0 && (
<div className="mx_SettingsTab_section">