2022-04-11 16:29:07 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<ZoomButtons /> renders buttons 1`] = `
|
2023-02-08 16:31:24 +08:00
|
|
|
<DocumentFragment>
|
2022-04-11 16:29:07 +08:00
|
|
|
<div
|
2023-02-08 16:31:24 +08:00
|
|
|
class="mx_ZoomButtons"
|
2022-04-11 16:29:07 +08:00
|
|
|
>
|
2023-02-08 16:31:24 +08:00
|
|
|
<div
|
2024-04-24 20:24:25 +08:00
|
|
|
aria-label="Zoom in"
|
2023-02-08 16:31:24 +08:00
|
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
|
|
data-testid="map-zoom-in-button"
|
2022-04-11 16:29:07 +08:00
|
|
|
role="button"
|
2023-02-08 16:31:24 +08:00
|
|
|
tabindex="0"
|
2022-04-11 16:29:07 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-02-08 16:31:24 +08:00
|
|
|
class="mx_ZoomButtons_icon"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
2024-04-24 20:24:25 +08:00
|
|
|
aria-label="Zoom out"
|
2023-02-08 16:31:24 +08:00
|
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
|
|
data-testid="map-zoom-out-button"
|
2022-04-11 16:29:07 +08:00
|
|
|
role="button"
|
2023-02-08 16:31:24 +08:00
|
|
|
tabindex="0"
|
2022-04-11 16:29:07 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-02-08 16:31:24 +08:00
|
|
|
class="mx_ZoomButtons_icon"
|
|
|
|
/>
|
|
|
|
</div>
|
2022-04-11 16:29:07 +08:00
|
|
|
</div>
|
2023-02-08 16:31:24 +08:00
|
|
|
</DocumentFragment>
|
2022-04-11 16:29:07 +08:00
|
|
|
`;
|