Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
cc1e2292
Commit
cc1e2292
authored
Oct 02, 2018
by
Peter Holmberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
snaps
parent
a188ceac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
43 deletions
+1
-43
public/app/core/components/OrgActionBar/OrgActionBar.test.tsx
+0
-8
public/app/core/components/OrgActionBar/__snapshots__/OrgActionBar.test.tsx.snap
+0
-35
public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
+1
-0
No files found.
public/app/core/components/OrgActionBar/OrgActionBar.test.tsx
View file @
cc1e2292
...
...
@@ -20,12 +20,4 @@ describe('Render', () => {
expect
(
wrapper
).
toMatchSnapshot
();
});
it
(
'should hide layout mode'
,
()
=>
{
const
wrapper
=
setup
({
showLayoutMode
:
false
,
});
expect
(
wrapper
).
toMatchSnapshot
();
});
});
public/app/core/components/OrgActionBar/__snapshots__/OrgActionBar.test.tsx.snap
View file @
cc1e2292
// 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"
...
...
public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
View file @
cc1e2292
...
...
@@ -17,6 +17,7 @@ exports[`Render should render action bar and datasources 1`] = `
"title": "Add data source",
}
}
searchQuery=""
setLayoutMode={[Function]}
setSearchQuery={[Function]}
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment