2022-07-06 22:34:33 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<MBeaconBody /> when map display is not configured renders maps unavailable error for a live beacon with location 1`] = `
|
2023-02-28 16:58:23 +08:00
|
|
|
<div
|
|
|
|
class="mx_MapError mx_MBeaconBody_mapError mx_MBeaconBody_mapErrorInteractive mx_MapError_isMinimised"
|
|
|
|
data-testid="map-rendering-error"
|
2022-07-06 22:34:33 +08:00
|
|
|
>
|
|
|
|
<div
|
2023-02-28 16:58:23 +08:00
|
|
|
class="mx_MapError_icon"
|
|
|
|
/>
|
|
|
|
<h3
|
|
|
|
class="mx_Heading_h3 mx_MapError_heading"
|
2022-07-06 22:34:33 +08:00
|
|
|
>
|
2023-02-28 16:58:23 +08:00
|
|
|
Unable to load map
|
|
|
|
</h3>
|
|
|
|
<p
|
|
|
|
class="mx_MapError_message"
|
|
|
|
>
|
|
|
|
This homeserver is not configured to display maps.
|
|
|
|
</p>
|
|
|
|
</div>
|
2022-07-06 22:34:33 +08:00
|
|
|
`;
|