I have a remote form, which disables the submit button while the AJAX request is in progress. I'd like to check that if I stress click the button, no other AJAX requests will be done. How could I check this in an integration test?I have a remote form, which disables the submit