From 2c89e169769ead722394a79ed67fcd08e96863dd Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Feb 2020 15:09:37 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/graph_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'spec/features/projects/graph_spec.rb') diff --git a/spec/features/projects/graph_spec.rb b/spec/features/projects/graph_spec.rb index 562dbeb816a..6b2a9a6b852 100644 --- a/spec/features/projects/graph_spec.rb +++ b/spec/features/projects/graph_spec.rb @@ -22,20 +22,12 @@ describe 'Project Graph', :js do end end - shared_examples 'page should have languages graphs' do - it 'renders languages' do - expect(page).to have_content(/Ruby 66.* %/) - expect(page).to have_content(/JavaScript 22.* %/) - end - end - context 'commits graph' do before do visit commits_project_graph_path(project, 'master') end it_behaves_like 'page should have commits graphs' - it_behaves_like 'page should have languages graphs' end context 'languages graph' do @@ -44,7 +36,6 @@ describe 'Project Graph', :js do end it_behaves_like 'page should have commits graphs' - it_behaves_like 'page should have languages graphs' end context 'charts graph' do @@ -53,7 +44,6 @@ describe 'Project Graph', :js do end it_behaves_like 'page should have commits graphs' - it_behaves_like 'page should have languages graphs' end context 'chart graph with HTML escaped branch name' do -- cgit v1.2.3