summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-06 11:34:55 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-06 11:34:55 -0500
commitd90d51f99d1955449cece6a60b79b6a7158ef1fc (patch)
treee7d28408daad13d306aa4ea413b1777cd67d9582
parent47e5b5397e39433ca6ae8e1186b2673748fe73cf (diff)
downloadgitlab-ce-18283-pluralize-stage-headings.tar.gz
Remove plural from pipelines_spec18283-pluralize-stage-headings
-rw-r--r--spec/features/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/pipelines_spec.rb b/spec/features/pipelines_spec.rb
index 98703ef3ac4..e7ee0aaea3c 100644
--- a/spec/features/pipelines_spec.rb
+++ b/spec/features/pipelines_spec.rb
@@ -123,7 +123,7 @@ describe "Pipelines" do
before { visit namespace_project_pipeline_path(project.namespace, project, pipeline) }
it 'showing a list of builds' do
- expect(page).to have_content('Tests')
+ expect(page).to have_content('Test')
expect(page).to have_content(@success.id)
expect(page).to have_content('Deploy')
expect(page).to have_content(@failed.id)