summaryrefslogtreecommitdiff
path: root/spec/support/helpers/note_interaction_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/note_interaction_helpers.rb')
-rw-r--r--spec/support/helpers/note_interaction_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/note_interaction_helpers.rb b/spec/support/helpers/note_interaction_helpers.rb
index fa2705a64fa..40f1f6fe6f3 100644
--- a/spec/support/helpers/note_interaction_helpers.rb
+++ b/spec/support/helpers/note_interaction_helpers.rb
@@ -7,6 +7,6 @@ module NoteInteractionHelpers
note_element = find_by_scrolling("#note_#{note.id}")
note_element.find('.more-actions-toggle').click
- note_element.find('.more-actions .dropdown-menu li', match: :first)
+ note_element.find('.more-actions li', match: :first)
end
end