Files
grafana/packages/grafana-ui/src/components/Select/__snapshots__/SelectOption.test.tsx.snap
Dominik Prokop 12d452ce92 Snapshot update
2019-03-19 16:31:26 +01:00

28 lines
513 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SelectOption renders correctly 1`] = `
<div
id=""
onClick={[MockFunction]}
onMouseMove={[MockFunction]}
onMouseOver={[MockFunction]}
tabIndex={1}
>
<div
className="gf-form-select-box__desc-option"
>
<img
className="gf-form-select-box__desc-option__img"
src="url/to/avatar"
/>
<div
className="gf-form-select-box__desc-option__body"
>
<div>
Model title
</div>
</div>
</div>
</div>
`;