Closed machisuji closed 9 years ago
@machisuji it's just a bug that there is first
instead of find
. Please confirm, that everything is ok for now and we can merge this.
@divineforest Both travis and our own CI look good. No more failures involving select2.
@machisuji thanks :)
otherwise selecting anything during a slow run may fail
At OpenProject we have some specs involving select2 which keep failing randomly. We think it's due to
capybara-select2
usingfirst
instead offind
. This always works locally where it's fast. But in potentially slow runs (e.g. on travis) it fails every now and then.Was there a specific reason you chose
first
overfind
here or do you think one could just usefind
to sovle our problems?We're still waiting for the latest CI results to be able to confirm if this change helped us or not. Will update.