Just wondering, is there a way that I could tell Capybara to click on an element as soon as it's loaded instead of waiting for the entire page to load? I have a step that alone, adds 40 seconds to each test as it's calling a 3rd party service.
The element I want to click on just to progress to the next step is one of the first elements to load on screen.
Seems a waste of test time to have this 40 second wait for every scenario.
I've trawled the net, but can't find a solution.