This commit is contained in:
Peter Holmberg
2018-10-02 11:11:36 +02:00
parent a188ceacbc
commit cc1e22925f
3 changed files with 1 additions and 43 deletions

View File

@@ -20,12 +20,4 @@ describe('Render', () => {
expect(wrapper).toMatchSnapshot();
});
it('should hide layout mode', () => {
const wrapper = setup({
showLayoutMode: false,
});
expect(wrapper).toMatchSnapshot();
});
});

View File

@@ -1,40 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should hide layout mode 1`] = `
<div
className="page-action-bar"
>
<div
className="gf-form gf-form--grow"
>
<label
className="gf-form--has-input-icon"
>
<input
className="gf-form-input width-20"
onChange={[Function]}
placeholder="Filter by name or type"
type="text"
value=""
/>
<i
className="gf-form-input-icon fa fa-search"
/>
</label>
</div>
<div
className="page-action-bar__spacer"
/>
<a
className="btn btn-success"
href="some/url"
target="_blank"
>
test
</a>
</div>
`;
exports[`Render should render component 1`] = `
<div
className="page-action-bar"

View File

@@ -17,6 +17,7 @@ exports[`Render should render action bar and datasources 1`] = `
"title": "Add data source",
}
}
searchQuery=""
setLayoutMode={[Function]}
setSearchQuery={[Function]}
/>