2022-04-11 16:40:06 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
2023-02-20 18:35:39 +00:00
|
|
|
<div
|
|
|
|
class="mx_Map mx_LocationViewDialog_map"
|
|
|
|
id="mx_Map_mx_LocationViewDialog_$2"
|
2022-04-11 16:40:06 +00:00
|
|
|
>
|
2023-02-20 18:35:39 +00:00
|
|
|
<span>
|
|
|
|
<div
|
|
|
|
class="mx_Marker mx_Marker_defaultColor"
|
2022-04-11 16:40:06 +00:00
|
|
|
id="mx_LocationViewDialog_$2-marker"
|
|
|
|
>
|
|
|
|
<div
|
2023-02-20 18:35:39 +00:00
|
|
|
class="mx_Marker_border"
|
2022-04-11 16:40:06 +00:00
|
|
|
>
|
2023-02-20 18:35:39 +00:00
|
|
|
<div
|
|
|
|
class="mx_Marker_icon"
|
|
|
|
/>
|
2022-04-11 16:40:06 +00:00
|
|
|
</div>
|
2023-02-20 18:35:39 +00:00
|
|
|
</div>
|
|
|
|
</span>
|
|
|
|
<div
|
|
|
|
class="mx_ZoomButtons"
|
|
|
|
>
|
|
|
|
<div
|
2024-10-21 13:50:06 +00:00
|
|
|
aria-describedby=":r2:"
|
2024-04-24 12:24:25 +00:00
|
|
|
aria-label="Zoom in"
|
2023-02-20 18:35:39 +00:00
|
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
|
|
data-testid="map-zoom-in-button"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
2024-10-21 10:36:31 +00:00
|
|
|
<svg
|
2023-02-20 18:35:39 +00:00
|
|
|
class="mx_ZoomButtons_icon"
|
2024-10-21 10:36:31 +00:00
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M11 13H6a.967.967 0 0 1-.713-.287A.968.968 0 0 1 5 12c0-.283.096-.52.287-.713A.967.967 0 0 1 6 11h5V6c0-.283.096-.52.287-.713A.968.968 0 0 1 12 5c.283 0 .52.096.713.287.191.192.287.43.287.713v5h5a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 18 13h-5v5a.97.97 0 0 1-.287.712A.968.968 0 0 1 12 19a.968.968 0 0 1-.713-.288A.968.968 0 0 1 11 18v-5Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2023-02-20 18:35:39 +00:00
|
|
|
</div>
|
|
|
|
<div
|
2024-04-24 12:24:25 +00:00
|
|
|
aria-label="Zoom out"
|
2023-02-20 18:35:39 +00:00
|
|
|
class="mx_AccessibleButton mx_ZoomButtons_button"
|
|
|
|
data-testid="map-zoom-out-button"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
2024-10-21 10:36:31 +00:00
|
|
|
<svg
|
2023-02-20 18:35:39 +00:00
|
|
|
class="mx_ZoomButtons_icon"
|
2024-10-21 10:36:31 +00:00
|
|
|
fill="currentColor"
|
|
|
|
height="1em"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="1em"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M6 13a.967.967 0 0 1-.713-.287A.968.968 0 0 1 5 12c0-.283.096-.52.287-.713A.967.967 0 0 1 6 11h12a.97.97 0 0 1 .712.287c.192.192.288.43.288.713s-.096.52-.288.713A.968.968 0 0 1 18 13H6Z"
|
|
|
|
/>
|
|
|
|
</svg>
|
2023-02-20 18:35:39 +00:00
|
|
|
</div>
|
2022-04-11 16:40:06 +00:00
|
|
|
</div>
|
2023-02-20 18:35:39 +00:00
|
|
|
</div>
|
2022-04-11 16:40:06 +00:00
|
|
|
`;
|