diff options
| author | Semyon Pupkov <mail@semyonpupkov.com> | 2016-11-23 10:57:12 +0500 |
|---|---|---|
| committer | Semyon Pupkov <mail@semyonpupkov.com> | 2016-11-23 21:40:29 +0500 |
| commit | 73f6218ec4f3cf9e403880990565673b730666d9 (patch) | |
| tree | f05143b7d69f12fcdeb687311f18842b80a386d2 /features/steps/admin | |
| parent | 536ec509d57705e7e62518dfba82e5727499bc8a (diff) | |
| download | gitlab-ce-73f6218ec4f3cf9e403880990565673b730666d9.tar.gz | |
Move admin abuse report spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps/admin')
| -rw-r--r-- | features/steps/admin/abuse_reports.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/features/steps/admin/abuse_reports.rb b/features/steps/admin/abuse_reports.rb deleted file mode 100644 index 0149416c919..00000000000 --- a/features/steps/admin/abuse_reports.rb +++ /dev/null @@ -1,15 +0,0 @@ -class Spinach::Features::AdminAbuseReports < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedAdmin - - step 'I should see list of abuse reports' do - page.should have_content("Abuse Reports") - page.should have_content AbuseReport.first.message - page.should have_link("Remove user") - end - - step 'abuse reports exist' do - create(:abuse_report) - end -end |
