diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 21:08:39 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-07 21:08:39 +0000 |
commit | 0c6bc5443aa6c8f3e4becccb89fc0f135b4c64c8 (patch) | |
tree | 55f13e752e9061c1800cce510a52fc78b13282ca /spec/features | |
parent | d7ce7307dca551759ffa972015875f8ebe476927 (diff) | |
download | gitlab-ce-0c6bc5443aa6c8f3e4becccb89fc0f135b4c64c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/cycle_analytics_spec.rb | 6 | ||||
-rw-r--r-- | spec/features/projects/navbar_spec.rb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/spec/features/cycle_analytics_spec.rb b/spec/features/cycle_analytics_spec.rb index 0cafdb4e982..666a45485b9 100644 --- a/spec/features/cycle_analytics_spec.rb +++ b/spec/features/cycle_analytics_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -describe 'Cycle Analytics', :js do +describe 'Value Stream Analytics', :js do let(:user) { create(:user) } let(:guest) { create(:user) } let(:project) { create(:project, :repository) } @@ -23,7 +23,7 @@ describe 'Cycle Analytics', :js do end it 'shows introductory message' do - expect(page).to have_content('Introducing Cycle Analytics') + expect(page).to have_content('Introducing Value Stream Analytics') end it 'shows pipeline summary' do @@ -38,7 +38,7 @@ describe 'Cycle Analytics', :js do end end - context "when there's cycle analytics data" do + context "when there's value stream analytics data" do before do allow_next_instance_of(Gitlab::ReferenceExtractor) do |instance| allow(instance).to receive(:issues).and_return([issue]) diff --git a/spec/features/projects/navbar_spec.rb b/spec/features/projects/navbar_spec.rb index 4917a0b0a59..bcb05e1c718 100644 --- a/spec/features/projects/navbar_spec.rb +++ b/spec/features/projects/navbar_spec.rb @@ -67,8 +67,8 @@ describe 'Project navbar' do nav_sub_items: [ _('CI / CD Analytics'), (_('Code Review') if Gitlab.ee?), - _('Cycle Analytics'), - _('Repository Analytics') + _('Repository Analytics'), + _('Value Stream Analytics') ] }, { |