Capybara tests with Rails `disable_with` on forms
Here's something that threw me for a loop for a little bit.When using the
disable_with
option on form submit buttons, under the hood this is running some minimal JavaScript code, so Capybara tests have to be run as js: true
, otherwise they will fail.