summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-06-12 11:29:32 -0400
committerBryce Johnson <bryce@gitlab.com>2017-06-13 11:05:49 -0400
commit52dd35afb98d6efce233210e5ec2c8c924c55608 (patch)
tree8c599dc9743c1ab0c9894cff9cf2ca5027f06b16 /spec/features
parentf79caeaa454473802fe648f142bcf73684ffdbdc (diff)
downloadgitlab-ce-52dd35afb98d6efce233210e5ec2c8c924c55608.tar.gz
Make small pipeline schedules UI enhancements.bpj-small-pipeline-ui-changes
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/pipeline_schedules_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipeline_schedules_spec.rb b/spec/features/projects/pipeline_schedules_spec.rb
index 317949d6b56..2d43f7a10bc 100644
--- a/spec/features/projects/pipeline_schedules_spec.rb
+++ b/spec/features/projects/pipeline_schedules_spec.rb
@@ -127,7 +127,7 @@ feature 'Pipeline Schedules', :feature do
end
it 'shows the pipeline schedule with default ref' do
- page.within('.git-revision-dropdown-toggle') do
+ page.within('.js-target-branch-dropdown') do
expect(first('.dropdown-toggle-text').text).to eq('master')
end
end