summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-08 09:16:35 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-08 09:16:35 -0700
commit336b50d0306d18434aa4377c61a27786906e39d4 (patch)
tree67ae94413907e861667b4e34e313dd2c9304d6be /spec
parent5955caed321e242bfebe52a4b47346a01a50e4f6 (diff)
downloadgitlab-ce-336b50d0306d18434aa4377c61a27786906e39d4.tar.gz
Fix right-aligned menus; only display tooltip on hover
Diffstat (limited to 'spec')
-rw-r--r--spec/support/helpers/sorting_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/sorting_helper.rb b/spec/support/helpers/sorting_helper.rb
index 577518d726c..9496a94d8f4 100644
--- a/spec/support/helpers/sorting_helper.rb
+++ b/spec/support/helpers/sorting_helper.rb
@@ -11,7 +11,7 @@
module SortingHelper
def sorting_by(value)
find('button.dropdown-toggle').click
- page.within('.content ul.dropdown-menu.dropdown-menu-align-right li') do
+ page.within('.content ul.dropdown-menu.dropdown-menu-right li') do
click_link value
end
end