grafana/public/app/features/explore/__snapshots__/TimeSyncButton.test.tsx.snap
Tobias Skarhed 6ff315a299
Emotion: Add main package with version 10 (#21560)
* Update version and snapshots

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-01-21 07:40:05 +01:00

31 lines
751 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TimeSyncButton should render component 1`] = `
<TimeSyncButton
isSynced={true}
onClick={[Function]}
>
<Component
content={[Function]}
placement="bottom"
>
<PopoverController
content={[Function]}
placement="bottom"
>
<button
aria-label="Synced times"
className="btn navbar-button navbar-button--attached explore-active-button-glow css-1tn4rnx-timePickerSynced"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<i
className="fa fa-link css-1c3xqzq-topPadding icon-brand-gradient"
/>
</button>
</PopoverController>
</Component>
</TimeSyncButton>
`;