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
25304629
Commit
25304629
authored
Jan 15, 2019
by
Johannes Schill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: Updated snapshots
parent
6bd87098
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
28 deletions
+30
-28
public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
+2
-2
public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap
+14
-13
public/app/features/teams/__snapshots__/TeamList.test.tsx.snap
+0
-0
public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap
+14
-13
No files found.
public/app/features/datasources/__snapshots__/DataSourcesListPage.test.tsx.snap
View file @
25304629
...
...
@@ -2,7 +2,7 @@
exports[`Render should render action bar and datasources 1`] = `
<Page
title="Data Sources"
title="
Configuration:
Data Sources"
>
<PageHeader
model={Object {}}
...
...
@@ -151,7 +151,7 @@ exports[`Render should render action bar and datasources 1`] = `
exports[`Render should render component 1`] = `
<Page
title="Data Sources"
title="
Configuration:
Data Sources"
>
<PageHeader
model={Object {}}
...
...
public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap
View file @
25304629
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should render component 1`] = `
<div>
<Page
title="Configuration: Plugins"
>
<PageHeader
model={Object {}}
/>
<
div
className="page-container page-body"
<
PageContents
isLoading={true}
>
<OrgActionBar
layoutMode="grid"
...
...
@@ -20,20 +22,19 @@ exports[`Render should render component 1`] = `
searchQuery=""
setSearchQuery={[Function]}
/>
<PageLoader
pageName="Plugins"
/>
</div>
</div>
</PageContents>
</Page>
`;
exports[`Render should render list 1`] = `
<div>
<Page
title="Configuration: Plugins"
>
<PageHeader
model={Object {}}
/>
<
div
className="page-container page-body"
<
PageContents
isLoading={false}
>
<OrgActionBar
layoutMode="grid"
...
...
@@ -51,6 +52,6 @@ exports[`Render should render list 1`] = `
layoutMode="grid"
plugins={Array []}
/>
</
div
>
</
div
>
</
PageContents
>
</
Page
>
`;
public/app/features/teams/__snapshots__/TeamList.test.tsx.snap
View file @
25304629
This diff is collapsed.
Click to expand it.
public/app/features/users/__snapshots__/UsersListPage.test.tsx.snap
View file @
25304629
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Render should render List page 1`] = `
<div>
<Page
title="Configuration: Users"
>
<PageHeader
model={Object {}}
/>
<
div
className="page-container page-body"
<
PageContents
isLoading={false}
>
<Connect(UsersActionBar)
onShowInvites={[Function]}
...
...
@@ -17,25 +19,24 @@ exports[`Render should render List page 1`] = `
onRoleChange={[Function]}
users={Array []}
/>
</
div
>
</
div
>
</
PageContents
>
</
Page
>
`;
exports[`Render should render component 1`] = `
<div>
<Page
title="Configuration: Users"
>
<PageHeader
model={Object {}}
/>
<
div
className="page-container page-body"
<
PageContents
isLoading={true}
>
<Connect(UsersActionBar)
onShowInvites={[Function]}
showInvites={false}
/>
<PageLoader
pageName="Users"
/>
</div>
</div>
</PageContents>
</Page>
`;
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