e7dd9e36d6
Capybara logs several warnings during tests: > Locator Integer:243 for selector :link must be an instance of String > or Symbol. This will raise an error in a future version of Capybara. This is because we use selectors like `have_link(dossier.id)`, where the locator is a Number (instead of a String or Symbol). |
||
---|---|---|
.. | ||
expert_spec.rb | ||
instructeur_creation_spec.rb | ||
instruction_spec.rb | ||
procedure_filters_spec.rb |