1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-28 05:10:09 -07:00
deskreen/app/components/__snapshots__/TopPanel.spec.tsx.snap
2020-09-24 19:06:07 +03:00

114 lines
3.0 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<TopPanel /> should match exact snapshot 1`] = `
<Fragment>
<div
className="makeStyles-topPanelRoot-1"
>
<Zoom
duration={0}
top={true}
>
<div
className="makeStyles-logoWithAppName-9"
id="logo-with-popover-visit-website"
>
<h4
className="makeStyles-appNameHeader-17"
id="deskreen-top-app-name-header"
>
Deskreen
</h4>
</div>
</Zoom>
<div
className="makeStyles-topPanelControlButtonsRoot-25"
>
<Fade
duration={0}
right={true}
>
<div
className="makeStyles-topPanelControlButtonMargin-34"
>
<Blueprint3.Tooltip
content="Connected Devices"
hoverCloseDelay={0}
hoverOpenDelay={100}
position="bottom"
transitionDuration={100}
>
<Blueprint3.Button
className="makeStyles-topPanelControlButton-40"
id="top-panel-connected-devices-list-button"
intent="none"
onClick={[Function]}
>
<Blueprint3.Icon
className="makeStyles-topPanelIconOfControlButton-49"
icon="th-list"
iconSize={20}
/>
</Blueprint3.Button>
</Blueprint3.Tooltip>
</div>
<div
className="makeStyles-topPanelControlButtonMargin-55"
>
<Blueprint3.Tooltip
content="Help"
hoverCloseDelay={0}
hoverOpenDelay={100}
position="bottom"
transitionDuration={100}
>
<Blueprint3.Button
className="makeStyles-topPanelControlButton-61"
id="top-panel-help-button"
intent="none"
>
<Blueprint3.Icon
className="makeStyles-topPanelIconOfControlButton-70"
icon="help"
iconSize={22}
/>
</Blueprint3.Button>
</Blueprint3.Tooltip>
</div>
<div
className="makeStyles-topPanelControlButtonMargin-76"
>
<Blueprint3.Tooltip
content="Settings"
hoverCloseDelay={0}
hoverOpenDelay={100}
position="bottom"
transitionDuration={100}
>
<Blueprint3.Button
className="makeStyles-topPanelControlButton-82"
id="top-panel-settings-button"
onClick={[Function]}
>
<Blueprint3.Icon
className="makeStyles-topPanelIconOfControlButton-91"
icon="cog"
iconSize={22}
/>
</Blueprint3.Button>
</Blueprint3.Tooltip>
</div>
</Fade>
</div>
</div>
<SettingsOverlay
handleClose={[Function]}
isSettingsOpen={false}
/>
<ConnectedDevicesListDrawer
handleToggle={[Function]}
isOpen={false}
/>
</Fragment>
`;