Commit 9ec37d3d authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-abuse_reports_spec-timeout' into 'master'

Increase timeout for abuse_reports_spec.js to 500ms

Closes gitlab-ee#11229

See merge request gitlab-org/gitlab-ce!27502
parents a82f553b 70abf0a0
import $ from 'jquery';
import '~/lib/utils/text_utility';
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
import { setTestTimeout } from 'helpers/timeout';
setTestTimeout(500);
describe('Abuse Reports', () => {
const FIXTURE = 'abuse_reports/abuse_reports_list.html';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment