2022-03-17 09:25:57 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2022-03-28 18:46:39 +02:00
|
|
|
exports[`<LeftPanelLiveShareWarning /> when user has live location monitor renders correctly when minimized 1`] = `
|
2022-10-24 10:06:20 +02:00
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_LeftPanelLiveShareWarning mx_LeftPanelLiveShareWarning__minimized"
|
2022-03-31 13:51:44 +02:00
|
|
|
role="button"
|
2022-10-24 10:06:20 +02:00
|
|
|
tabindex="0"
|
2022-03-17 09:25:57 +01:00
|
|
|
title="You are sharing your live location"
|
|
|
|
>
|
|
|
|
<div
|
2022-10-24 10:06:20 +02:00
|
|
|
height="10"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
2022-03-17 09:25:57 +01:00
|
|
|
`;
|
|
|
|
|
2022-03-28 18:46:39 +02:00
|
|
|
exports[`<LeftPanelLiveShareWarning /> when user has live location monitor renders correctly when not minimized 1`] = `
|
2022-10-24 10:06:20 +02:00
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_LeftPanelLiveShareWarning"
|
2022-03-31 13:51:44 +02:00
|
|
|
role="button"
|
2022-10-24 10:06:20 +02:00
|
|
|
tabindex="0"
|
2022-03-17 09:25:57 +01:00
|
|
|
>
|
2022-10-24 10:06:20 +02:00
|
|
|
You are sharing your live location
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
2022-03-31 13:51:44 +02:00
|
|
|
`;
|
|
|
|
|
2022-04-25 14:44:18 +02:00
|
|
|
exports[`<LeftPanelLiveShareWarning /> when user has live location monitor renders location publish error 1`] = `
|
2022-10-24 10:06:20 +02:00
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_LeftPanelLiveShareWarning mx_LeftPanelLiveShareWarning__error"
|
2022-03-31 13:51:44 +02:00
|
|
|
role="button"
|
2022-10-24 10:06:20 +02:00
|
|
|
tabindex="0"
|
2022-03-31 13:51:44 +02:00
|
|
|
>
|
2022-10-24 10:06:20 +02:00
|
|
|
An error occurred whilst sharing your live location
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
2022-03-17 09:25:57 +01:00
|
|
|
`;
|