demarches-normaliennes/spec/features/users
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
..
brouillon_spec.rb autosave: add feature test 2019-11-21 14:00:06 +01:00
change_email_spec.rb profile: improve spec 2019-07-10 11:31:09 +02:00
dossier_creation_spec.rb features: move feature matchers to their own file 2019-11-27 11:58:45 +01:00
dossier_details_spec.rb dossiers: display the estimate of the entire processing time 2019-04-30 15:56:27 +02:00
dossier_shared_examples.rb app: rename new_user to users 2019-03-25 10:56:39 +01:00
invite_spec.rb specs: fix Capybara warning 2019-11-28 12:09:12 +01:00
linked_dropdown_spec.rb #3928 administrator new & edit pwd pages 2019-08-01 17:12:14 +02:00
list_dossiers_spec.rb dossiers: add an actions menu 2019-03-28 15:26:15 +01:00
managing_password_spec.rb Add feature spec about managing passwords (with the courtesy of kemenaran) 2019-08-14 17:27:10 +02:00
sign_out_spec.rb Fix Sign out 2019-08-14 16:58:50 +02:00
sign_up_spec.rb features: move feature matchers to their own file 2019-11-27 11:58:45 +01:00