|
|
import $ from 'jquery';
|
|
import $ from 'jquery';
|
|
|
import '~/lib/utils/text_utility';
|
|
import '~/lib/utils/text_utility';
|
|
|
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
|
|
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
|
|
|
|
import { setTestTimeout } from 'helpers/timeout';
|
|
|
|
|
|
|
|
setTestTimeout(500);
|
|
|
|
|
|
|
|
describe('Abuse Reports', () => {
|
|
describe('Abuse Reports', () => {
|
|
|
const FIXTURE = 'abuse_reports/abuse_reports_list.html';
|
|
const FIXTURE = 'abuse_reports/abuse_reports_list.html';
|
| ... | |
... | |
| ... | | ... | |