Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
51d79e15
Commit
51d79e15
authored
May 14, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update failing snapshot
parent
b2d10215
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
...ascripts/issues_analytics/components/issues_analytics.vue
+1
-1
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
+1
-1
ee/spec/frontend/analytics/cycle_analytics/components/__snapshots__/path_navigation_spec.js.snap
...ics/components/__snapshots__/path_navigation_spec.js.snap
+5
-5
No files found.
ee/app/assets/javascripts/issues_analytics/components/issues_analytics.vue
View file @
51d79e15
...
...
@@ -157,7 +157,7 @@ export default {
@created="onCreated"
/>
<div
class=
"d-flex"
>
<gl-chart-legend
v-if=
"chart"
:chart=
"chart"
:series-info=
"seriesInfo"
/>
<gl-chart-legend
v-if=
"chart"
:chart=
"chart"
:series-info=
"seriesInfo"
class=
"js-chart-legend"
/>
<div
class=
"issues-analytics-legend"
>
<span>
{{
s__
(
'
IssuesAnalytics|Total:
'
)
}}
{{
seriesTotal
}}
</span>
<span>
•
</span>
...
...
ee/spec/features/clusters/cluster_health_dashboard_spec.rb
View file @
51d79e15
...
...
@@ -78,7 +78,7 @@ describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory_store
expect
(
page
).
to
have_css
(
'.prometheus-graph'
)
expect
(
page
).
to
have_css
(
'.prometheus-graph-title'
)
expect
(
page
).
to
have_css
(
'[_echarts_instance_]'
)
expect
(
page
).
to
have_css
(
'.
gl
-legend'
)
expect
(
page
).
to
have_css
(
'.
js-chart
-legend'
)
end
end
...
...
ee/spec/frontend/analytics/cycle_analytics/components/__snapshots__/path_navigation_spec.js.snap
View file @
51d79e15
...
...
@@ -21,7 +21,7 @@ exports[`PathNavigation matches snapshot 1`] = `
</svg>
</button>
</span>
<ul
class="gl-path-nav-list"
>
...
...
@@ -32,7 +32,7 @@ exports[`PathNavigation matches snapshot 1`] = `
class="gl-path-button gl-path-active-item-indigo"
>
<!---->
Issue
<!---->
</button>
...
...
@@ -44,7 +44,7 @@ exports[`PathNavigation matches snapshot 1`] = `
class="gl-path-button"
>
<!---->
Plan
<!---->
</button>
...
...
@@ -56,13 +56,13 @@ exports[`PathNavigation matches snapshot 1`] = `
class="gl-path-button"
>
<!---->
Code
<!---->
</button>
</li>
</ul>
<span
class="gl-path-fade gl-path-fade-right"
style="display: none;"
...
...
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