f8e040a890
* Update `@vector-im/compound-web` * Update snapshots * Update jest snapshotss * Update snapshots
32 lines
670 B
Text
32 lines
670 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<ZoomButtons /> renders buttons 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_ZoomButtons"
|
|
>
|
|
<div
|
|
aria-label="Zoom in"
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
data-testid="map-zoom-in-button"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="mx_ZoomButtons_icon"
|
|
/>
|
|
</div>
|
|
<div
|
|
aria-label="Zoom out"
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
data-testid="map-zoom-out-button"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="mx_ZoomButtons_icon"
|
|
/>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|