Files
ThreadNet-Web/test/components/views/settings/__snapshots__/Notifications-test.tsx.snap
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-01-06 10:47:03 +01:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Notifications /> main notification switches renders only enable notifications switch when notifications are disabled 1`] = `
<div>
2022-01-06 10:47:03 +01:00
<div
class="mx_UserNotifSettings"
2022-01-06 10:47:03 +01:00
>
<div
class="mx_SettingsFlag"
data-testid="notif-master-switch"
2022-01-06 10:47:03 +01:00
>
<span
class="mx_SettingsFlag_label"
2022-01-06 10:47:03 +01:00
>
2023-04-21 10:48:48 +01:00
<div
id="mx_LabelledToggleSwitch_testid_0"
>
Enable notifications for this account
</div>
2022-01-06 10:47:03 +01:00
<span
class="mx_Caption"
2023-04-21 10:48:48 +01:00
id="mx_LabelledToggleSwitch_testid_0_caption"
2022-01-06 10:47:03 +01:00
>
Turn off to disable notifications on all your devices and sessions
2022-01-06 10:47:03 +01:00
</span>
</span>
<div
aria-checked="false"
2023-04-21 10:48:48 +01:00
aria-describedby="mx_LabelledToggleSwitch_testid_0_caption"
aria-disabled="false"
2023-04-21 10:48:48 +01:00
aria-labelledby="mx_LabelledToggleSwitch_testid_0"
class="mx_AccessibleButton mx_ToggleSwitch mx_ToggleSwitch_enabled"
role="switch"
tabindex="0"
>
<div
class="mx_ToggleSwitch_ball"
/>
2022-01-06 10:47:03 +01:00
</div>
</div>
2022-01-06 10:47:03 +01:00
</div>
</div>
2022-01-06 10:47:03 +01:00
`;