Commit cfebcc74 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ee-fix-transient-dirty-submit' into 'master'

EE Fix transient dirty submit spec

See merge request gitlab-org/gitlab-ee!9804
parents 7654c27b d5d5cceb
...@@ -13,6 +13,8 @@ function expectToToggleDisableOnDirtyUpdate(submit, input) { ...@@ -13,6 +13,8 @@ function expectToToggleDisableOnDirtyUpdate(submit, input) {
} }
describe('DirtySubmitForm', () => { describe('DirtySubmitForm', () => {
DirtySubmitForm.THROTTLE_DURATION = 0;
it('disables submit until there are changes', done => { it('disables submit until there are changes', done => {
const { form, input, submit } = createForm(); const { form, input, submit } = createForm();
......
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