mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 16:49:23 +08:00
b084ff2313
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
96 lines
2.5 KiB
Plaintext
96 lines
2.5 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<Notifications /> main notification switches renders only enable notifications switch when notifications are disabled 1`] = `
|
|
<div>
|
|
<div
|
|
class="mx_SettingsFlag"
|
|
data-testid="notif-master-switch"
|
|
>
|
|
<span
|
|
class="mx_SettingsFlag_label"
|
|
>
|
|
<div
|
|
id="mx_LabelledToggleSwitch_testid_0"
|
|
>
|
|
Enable notifications for this account
|
|
</div>
|
|
<span
|
|
class="mx_Caption"
|
|
id="mx_LabelledToggleSwitch_testid_0_caption"
|
|
>
|
|
Turn off to disable notifications on all your devices and sessions
|
|
</span>
|
|
</span>
|
|
<div
|
|
aria-checked="false"
|
|
aria-describedby="mx_LabelledToggleSwitch_testid_0_caption"
|
|
aria-disabled="false"
|
|
aria-labelledby="mx_LabelledToggleSwitch_testid_0"
|
|
class="mx_AccessibleButton mx_ToggleSwitch mx_ToggleSwitch_enabled"
|
|
role="switch"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="mx_ToggleSwitch_ball"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div
|
|
class="mx_SettingsFlag"
|
|
>
|
|
<label
|
|
class="mx_SettingsFlag_label"
|
|
for="mx_SettingsFlag_testid_1"
|
|
>
|
|
<span
|
|
class="mx_SettingsFlag_labelText"
|
|
>
|
|
Show all activity in the room list (dots or number of unread messages)
|
|
</span>
|
|
</label>
|
|
<div
|
|
aria-checked="true"
|
|
aria-disabled="false"
|
|
aria-label="Show all activity in the room list (dots or number of unread messages)"
|
|
class="mx_AccessibleButton mx_ToggleSwitch mx_ToggleSwitch_on mx_ToggleSwitch_enabled"
|
|
id="mx_SettingsFlag_testid_1"
|
|
role="switch"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="mx_ToggleSwitch_ball"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="mx_SettingsFlag"
|
|
>
|
|
<label
|
|
class="mx_SettingsFlag_label"
|
|
for="mx_SettingsFlag_testid_2"
|
|
>
|
|
<span
|
|
class="mx_SettingsFlag_labelText"
|
|
>
|
|
Only show notifications in the thread activity centre
|
|
</span>
|
|
</label>
|
|
<div
|
|
aria-checked="true"
|
|
aria-disabled="false"
|
|
aria-label="Only show notifications in the thread activity centre"
|
|
class="mx_AccessibleButton mx_ToggleSwitch mx_ToggleSwitch_on mx_ToggleSwitch_enabled"
|
|
id="mx_SettingsFlag_testid_2"
|
|
role="switch"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="mx_ToggleSwitch_ball"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|