2022-05-27 17:58:39 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<ShareLatestLocation /> renders share buttons when there is a location 1`] = `
|
2022-10-24 16:06:20 +08:00
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
tabindex="0"
|
2022-05-27 17:58:39 +08:00
|
|
|
>
|
2022-10-24 16:06:20 +08:00
|
|
|
<a
|
|
|
|
data-testid="open-location-in-osm"
|
|
|
|
href="https://www.openstreetmap.org/?mlat=51&mlon=42#map=16/51/42"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
target="_blank"
|
2022-05-27 17:58:39 +08:00
|
|
|
>
|
2022-10-24 16:06:20 +08:00
|
|
|
<div
|
|
|
|
class="mx_ShareLatestLocation_icon"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_CopyableText mx_ShareLatestLocation_copy"
|
2022-05-27 17:58:39 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-10-24 16:06:20 +08:00
|
|
|
aria-label="Copy"
|
|
|
|
class="mx_AccessibleButton mx_CopyableText_copyButton"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
2022-05-27 17:58:39 +08:00
|
|
|
`;
|