demarches-normaliennes/spec/features/instructeurs
Pierre de La Morinerie e7dd9e36d6 specs: fix Capybara warning
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).
2019-11-28 12:09:12 +01:00
..
expert_spec.rb views: refactor the attachment/edit view 2019-10-31 10:27:19 +01:00
instructeur_creation_spec.rb instructeurs: make the create form not using email directly 2019-11-04 10:44:24 +01:00
instruction_spec.rb instructeurs: fix expert creation not to use Instructeur.email 2019-11-04 10:44:24 +01:00
procedure_filters_spec.rb specs: fix Capybara warning 2019-11-28 12:09:12 +01:00