Skip to content
Snippets Groups Projects
Commit 615c14b2 authored by Kushal Pandya's avatar Kushal Pandya
Browse files

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

Fix transient dirty submit spec

Closes #58154

See merge request gitlab-org/gitlab-ce!25541
parents c3316b18 a87fe585
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,8 @@ function expectToToggleDisableOnDirtyUpdate(submit, input) {
}
 
describe('DirtySubmitForm', () => {
DirtySubmitForm.THROTTLE_DURATION = 0;
it('disables submit until there are changes', done => {
const { form, input, submit } = createForm();
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment