* Release announcement for new room list * Update snapshots * Update release announcement tests * worryingly large snapshot update * Remove the pinned message release anncounement * Hopefully fix e2e tests add missing e2e screenshot and remove one for removed test * Remove unused i18n strings * Fix screenshot * Try straight on the quick settings button * unused import * update snapshots * Fix settings location
17 lines
397 B
Plaintext
17 lines
397 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="false"
|
|
aria-haspopup="dialog"
|
|
aria-label="Quick settings"
|
|
class="mx_AccessibleButton mx_QuickSettingsButton expanded"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Settings
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|