summaryrefslogtreecommitdiff
path: root/spec/support/features/reportable_note_shared_examples.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/features/reportable_note_shared_examples.rb')
-rw-r--r--spec/support/features/reportable_note_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/reportable_note_shared_examples.rb b/spec/support/features/reportable_note_shared_examples.rb
index cb483ae9a5a..5a0e7c3d099 100644
--- a/spec/support/features/reportable_note_shared_examples.rb
+++ b/spec/support/features/reportable_note_shared_examples.rb
@@ -34,7 +34,7 @@ shared_examples 'reportable note' do
end
def open_dropdown(dropdown)
- dropdown.click
+ dropdown.find('.more-actions-toggle').trigger('click')
dropdown.find('.dropdown-menu li', match: :first)
end
end