diff options
-rw-r--r-- | spec/support/features/reportable_note_shared_examples.rb | 2 |
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 dbe1c9b8aec..c3a0623409b 100644 --- a/spec/support/features/reportable_note_shared_examples.rb +++ b/spec/support/features/reportable_note_shared_examples.rb @@ -16,7 +16,7 @@ shared_examples 'reportable note' do open_dropdown(dropdown) expect(dropdown).to have_button('Edit comment') - expect(dropdown).to have_link('Delete comment') + expect(dropdown).to have_button('Delete comment') expect(dropdown).to have_link('Report as abuse', href: abuse_report_path) end |