I have a suite of Cucumber tests that pass on my local machine, but some of the steps randomly receive the error “Unable to find field “user_email” (Capybara::ElementNotFound).” This same step fails on some scenarios and passes in other scenarios, seemingly at random. But again, these scenarios pass on my machine.
Have any of you found a solution? I’ve been having the same issue. A couple of my cucumber tests pass locally and on travis but fail intermittently on cci.