I was wondering whether anybody tests fields that were dynamically added by cocoon?
It\'s a great little time saver but all of the fields that are added dynamically
A possible alternate that I just used is to dynamically update the label of each added form field (using the technique mentioned in https://github.com/nathanvda/cocoon/issues/374) and now my Cucumber/Capybara tests can easily insert text into the different multiple form fields distinguishing them via the different labels they have.
Full details on what I did in this PR https://github.com/AgileVentures/WebsiteOne/pull/1818