summaryrefslogtreecommitdiff
path: root/spec/support/helpers/features/branches_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/features/branches_helpers.rb')
-rw-r--r--spec/support/helpers/features/branches_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/features/branches_helpers.rb b/spec/support/helpers/features/branches_helpers.rb
index 3525d9a70a7..df88fd425c9 100644
--- a/spec/support/helpers/features/branches_helpers.rb
+++ b/spec/support/helpers/features/branches_helpers.rb
@@ -20,7 +20,7 @@ module Spec
end
def select_branch(branch_name)
- find(".git-revision-dropdown-toggle").click
+ find(".js-branch-select").click
page.within("#new-branch-form .dropdown-menu") do
click_link(branch_name)