demarches-normaliennes/spec/features
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
..
admin features: refactor the editor specs 2019-11-27 11:58:46 +01:00
france_connect auth: move the FranceConnect button to a partial 2019-04-03 16:08:09 +02:00
instructeurs specs: fix Capybara warning 2019-11-28 12:09:12 +01:00
new_administrateur features: refactor the editor specs 2019-11-27 11:58:46 +01:00
routing specs: fix error in routing feature test by waiting for Turbolinks 2019-11-21 18:37:51 +01:00
sessions features: move feature matchers to their own file 2019-11-27 11:58:45 +01:00
users specs: fix Capybara warning 2019-11-28 12:09:12 +01:00
help_spec.rb Spec: sign_in with instructeur.user 2019-08-13 15:15:16 +02:00