summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-05-15 15:51:20 -0400
committerBryce Johnson <bryce@gitlab.com>2017-05-15 15:51:20 -0400
commitdadd74b5749444259f9216a012645f3deddfde2d (patch)
tree0a00876e180256fd170014ebb3f58ee8069bd171
parented7bec31cf874de8e4923674d732618fcf654c76 (diff)
downloadgitlab-ce-32172-improve-responsive-styling-of-pipeline-schedules-form.tar.gz
-rw-r--r--spec/features/projects/pipeline_schedules_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/pipeline_schedules_spec.rb b/spec/features/projects/pipeline_schedules_spec.rb
index a97ec25bd16..03a30bfb996 100644
--- a/spec/features/projects/pipeline_schedules_spec.rb
+++ b/spec/features/projects/pipeline_schedules_spec.rb
@@ -123,12 +123,12 @@ feature 'Pipeline Schedules', :feature do
end
def select_timezone
- click_button 'Select a timezone'
+ find('.js-timezone-dropdown').click
click_link 'American Samoa'
end
def select_target_branch
- click_button 'Select target branch'
+ find('.js-target-branch-dropdown').click
click_link 'master'
end