mirror of https://github.com/grafana/grafana
Chore: Convert pageActionBar test to RTL (#51073)
* Convert pageActionBar test to RTL * add test for conditional render of buttonpull/50850/head^2
parent
3a586a6053
commit
e4f4cc4a32
@ -1,23 +0,0 @@ |
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`Render should render component 1`] = ` |
||||
<div |
||||
className="page-action-bar" |
||||
> |
||||
<div |
||||
className="gf-form gf-form--grow" |
||||
> |
||||
<FilterInput |
||||
onChange={[MockFunction]} |
||||
placeholder="Search by name or type" |
||||
value="" |
||||
/> |
||||
</div> |
||||
<LinkButton |
||||
href="some/url" |
||||
target="_blank" |
||||
> |
||||
test |
||||
</LinkButton> |
||||
</div> |
||||
`; |
Loading…
Reference in new issue