2022-03-17 11:25:57 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2022-03-28 19:46:39 +03:00
|
|
|
exports[`<LeftPanelLiveShareWarning /> when user has live location monitor renders correctly when minimized 1`] = `
|
2022-03-17 11:25:57 +03:00
|
|
|
<LeftPanelLiveShareWarning
|
|
|
|
isMinimized={true}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="mx_LeftPanelLiveShareWarning mx_LeftPanelLiveShareWarning__minimized"
|
|
|
|
title="You are sharing your live location"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
height={10}
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</LeftPanelLiveShareWarning>
|
|
|
|
`;
|
|
|
|
|
2022-03-28 19:46:39 +03:00
|
|
|
exports[`<LeftPanelLiveShareWarning /> when user has live location monitor renders correctly when not minimized 1`] = `
|
2022-03-17 11:25:57 +03:00
|
|
|
<LeftPanelLiveShareWarning>
|
|
|
|
<div
|
|
|
|
className="mx_LeftPanelLiveShareWarning"
|
|
|
|
>
|
|
|
|
You are sharing your live location
|
|
|
|
</div>
|
|
|
|
</LeftPanelLiveShareWarning>
|
|
|
|
`;
|