mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
f8e040a890
* Update `@vector-im/compound-web` * Update snapshots * Update jest snapshotss * Update snapshots
27 lines
624 B
Plaintext
27 lines
624 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<ShareLatestLocation /> renders share buttons when there is a location 1`] = `
|
|
<DocumentFragment>
|
|
<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"
|
|
>
|
|
<div
|
|
class="mx_ShareLatestLocation_icon"
|
|
/>
|
|
</a>
|
|
<div
|
|
class="mx_CopyableText mx_ShareLatestLocation_copy"
|
|
>
|
|
<div
|
|
aria-label="Copy"
|
|
class="mx_AccessibleButton mx_CopyableText_copyButton"
|
|
role="button"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|