summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-15 13:24:25 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-15 13:50:56 -0600
commit5ac2c5839ac47d39b962cbfd236a61eadd5eb2c6 (patch)
treec8391862d74743f8f358b368271da493dac12355 /spec
parent144002249e500922f422b2095f91f35d8a3addb5 (diff)
downloadgitlab-ce-5ac2c5839ac47d39b962cbfd236a61eadd5eb2c6.tar.gz
Create separate view for pipeline view with tabs
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/pipelines_spec.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines_spec.rb b/spec/features/projects/pipelines_spec.rb
index db56a50e058..77184ede784 100644
--- a/spec/features/projects/pipelines_spec.rb
+++ b/spec/features/projects/pipelines_spec.rb
@@ -156,7 +156,10 @@ describe "Pipelines" do
@external = create(:generic_commit_status, status: 'success', pipeline: pipeline, name: 'jenkins', stage: 'external')
end
- before { visit namespace_project_pipeline_path(project.namespace, project, pipeline) }
+ before do
+ visit namespace_project_pipeline_path(project.namespace, project, pipeline)
+ find('.builds-tab').click
+ end
it 'shows a list of builds' do
expect(page).to have_content('Test')