I'm trying to test file upload in Capybara, Rails 5.2 feature spec with selenium.
I have been searching for this and found a couple of suggestions. One of them is How do you test uploading a file with Capybara and Dropzone.js?
However, these solutions are for jQuery and Dropzone.js. Does anyone have a solution to this?