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). |
||
---|---|---|
.. | ||
show | ||
_dossier_actions.html.haml_spec.rb | ||
brouillon.html.haml_spec.rb | ||
demande.html.haml_spec.rb | ||
etablissement.html.haml_spec.rb | ||
identite.html.haml_spec.rb | ||
index.html.haml_spec.rb | ||
show.html.haml_spec.rb | ||
siret.html.haml_spec.rb |