Commit 0a0d89ac authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch...

Merge branch '288017-rename-cycle-analytics-with-value-stream-analytics-in-strings-under-spec' into 'master'

Rename "Cycle Analytics" with "Value Stream Analytics" under /spec

See merge request gitlab-org/gitlab!48531
parents 9e1a552f be328928
---
title: Rename "Cycle Analytics" with "Value Stream Analytics" under /spec
merge_request: 48531
author: Takuya Noguchi
type: other
...@@ -124,15 +124,15 @@ RSpec.describe 'Project active tab' do ...@@ -124,15 +124,15 @@ RSpec.describe 'Project active tab' do
context 'on project Analytics' do context 'on project Analytics' do
before do before do
visit charts_project_graph_path(project, 'master') visit project_cycle_analytics_path(project)
end end
context 'on project Analytics/Repository Analytics' do context 'on project Analytics/Value Stream Analytics' do
it_behaves_like 'page has active tab', _('Analytics') it_behaves_like 'page has active tab', _('Analytics')
it_behaves_like 'page has active sub tab', _('Repository') it_behaves_like 'page has active sub tab', _('Value Stream')
end end
context 'on project Analytics/Cycle Analytics' do context 'on project Analytics/"CI / CD"' do
before do before do
click_tab(_('CI / CD')) click_tab(_('CI / CD'))
end end
......
...@@ -2,7 +2,7 @@ import Vue from 'vue'; ...@@ -2,7 +2,7 @@ import Vue from 'vue';
import mountComponent from 'helpers/vue_mount_component_helper'; import mountComponent from 'helpers/vue_mount_component_helper';
import banner from '~/cycle_analytics/components/banner.vue'; import banner from '~/cycle_analytics/components/banner.vue';
describe('Cycle analytics banner', () => { describe('Value Stream Analytics banner', () => {
let vm; let vm;
beforeEach(() => { beforeEach(() => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment