diff --git a/tests/javascripts/preventDuplicateFormSubmissions.test.js b/tests/javascripts/preventDuplicateFormSubmissions.test.js index 43ebfbce0..181b78853 100644 --- a/tests/javascripts/preventDuplicateFormSubmissions.test.js +++ b/tests/javascripts/preventDuplicateFormSubmissions.test.js @@ -53,7 +53,7 @@ describe('Prevent duplicate form submissions', () => { }); - test("It should allow clicks again after 1.5 minutes", () => { + test("It should allow clicks again after 1.5 seconds", () => { helpers.triggerEvent(button, 'click');