mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
b084ff2313
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`QuickSettingsButton should render the quick settings button in expanded mode 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
aria-expanded="true"
|
|
aria-label="Quick settings"
|
|
class="mx_AccessibleButton mx_QuickSettingsButton expanded"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Settings
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|