Lisa Durand
|
0424f9dff8
|
merge avis_list view expert and instructeur
|
2023-03-27 14:59:49 +02:00 |
|
Lisa Durand
|
4a2982dc37
|
fix tests and linter
|
2023-03-22 09:30:26 +01:00 |
|
Martin
|
c00c4936b2
|
correctif(a11y): traite aussi les avis d'expert avec la nouvelle methode de rendu des textes saisis par des admin/instructeur/expert
|
2023-02-23 15:23:20 +01:00 |
|
Paul Chavard
|
e6288c39f2
|
refactor(dossier): champs -> champs_public
|
2022-11-10 22:44:39 +00:00 |
|
Martin
|
cb890343ff
|
feat(targeted_user_link): add targeted user link to wrap expert invitation in order to avoid access issue when the expert is connected with another account
feat(user.merge): ensure to merge user.targeted_user_link
Update app/models/targeted_user_link.rb
Co-authored-by: LeSim <mail@simon.lehericey.net>
Update app/models/targeted_user_link.rb
Co-authored-by: LeSim <mail@simon.lehericey.net>
Update app/models/targeted_user_link.rb
Co-authored-by: LeSim <mail@simon.lehericey.net>
feat(db/create_targeted_user_links): ensure not null with fk
|
2022-05-31 14:50:31 +02:00 |
|
François Vantomme
|
9ff7fa73e4
|
Fix (Expert): clear emails before feature tests
Failures:
1) Inviting an expert: as an Instructeur I can invite an expert
Failure/Error: invitation_email = open_email(expert.email.to_s)
Diff:
-/procedures/2/avis/2/sign_up/email/expert1@expert.com
+/procedures/1/avis/1/sign_up/email/expert1@expert.com
|
2022-02-04 17:40:03 +01:00 |
|
Pierre de La Morinerie
|
9fd38cae5e
|
specs: migrate from features to system specs
System specs have been available since Rails 5.1, and are better
integrated with the Rails framework.
- Rename `spec/features` to `spec/system`
- Rename `feature do` to `describe do`
- Configure Capybara for system specs
Steps mostly taken from https://medium.com/table-xi/a-quick-guide-to-rails-system-tests-in-rspec-b6e9e8a8b5f6
|
2021-10-26 12:24:46 +02:00 |
|