Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-13 23:16:13 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-13 23:16:13 +0300
commit0037cf634dbcc8045fba9cbc28133cfde07dc97c (patch)
tree2b29180505c75b9741c79dfe041658372ba4ee76 /spec
parenta1695253215534539ea17794a8696212c5454b82 (diff)
parent52dd35afb98d6efce233210e5ec2c8c924c55608 (diff)
Merge branch 'bpj-small-pipeline-ui-changes' into 'master'
Make small pipeline schedules UI enhancements. Closes #32565 See merge request !12136
Diffstat (limited to 'spec')
-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