summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines/pipelines_spec.rb
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-05-02 16:26:01 +0200
committerMatija Čupić <matteeyah@gmail.com>2018-05-02 16:26:01 +0200
commitd03cd7b40a15b1b92717cbe9de42107d84ff0a36 (patch)
treed23369a19b84a8bbcc6d31c444acdd56bd17b613 /spec/features/projects/pipelines/pipelines_spec.rb
parente21aa8905f68a309a8888a26955491fb654f92cc (diff)
downloadgitlab-ce-d03cd7b40a15b1b92717cbe9de42107d84ff0a36.tar.gz
Search for "Create for" in feature spec
Diffstat (limited to 'spec/features/projects/pipelines/pipelines_spec.rb')
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index b4374323a50..6e63e0f0b49 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -557,7 +557,7 @@ describe 'Pipelines', :js do
it 'has field to add a new pipeline' do
expect(page).to have_selector('.js-branch-select')
expect(find('.js-branch-select')).to have_content project.default_branch
- expect(page).to have_content('Run on')
+ expect(page).to have_content('Create for')
end
end