summaryrefslogtreecommitdiff
path: root/features/steps/abuse_reports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/abuse_reports.rb')
-rw-r--r--features/steps/abuse_reports.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/abuse_reports.rb b/features/steps/abuse_reports.rb
index 56652ff6f05..499accb0b08 100644
--- a/features/steps/abuse_reports.rb
+++ b/features/steps/abuse_reports.rb
@@ -23,7 +23,7 @@ class Spinach::Features::AbuseReports < Spinach::FeatureSteps
end
step 'I should see a red "Report abuse" button' do
- expect(find(:css, '.report_abuse')).to have_selector(:css, 'span.btn-close')
+ expect(page).to have_button("Already reported for abuse")
end
def user_mike