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
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-20 21:47:38 +0300
committerPhil Hughes <me@iamphill.com>2018-11-20 21:47:38 +0300
commit7974e8141bede116be7e4f04e4b0366d87ed203c (patch)
tree9b7302ee19141c5e88d5ec363734334ca9f92bdf /spec/support/helpers
parent2e520274a3a308eb4d51b20bfb11f5aeadd02368 (diff)
Remove instances of `@extend .monospace`
Diffstat (limited to 'spec/support/helpers')
-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)