summaryrefslogtreecommitdiff
path: root/spec/support/helpers/sorting_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/sorting_helper.rb')
-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