Skip to content

Commit

Permalink
test(instructeurs management): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
E-L-T committed Sep 30, 2024
1 parent ac67f48 commit 283f349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/routing/rules_full_scenario_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
alain = User.find_by(email: 'alain@gouv.fr').instructeur

# add inactive groupe
click_on 'Ajout de groupes'
visit ajout_admin_procedure_groupe_instructeurs_path(procedure)
fill_in 'Nouveau groupe', with: 'non visible car inactif'
click_on 'Ajouter'
expect(page).to have_text('Le groupe d’instructeurs « non visible car inactif » a été créé. ')
Expand Down Expand Up @@ -121,7 +121,7 @@
procedure.groupe_instructeurs.where(closed: false).each { |gi| wait_until { gi.reload.routing_rule.present? } }

# add a group without routing rules
click_on 'Ajout de groupes'
visit ajout_admin_procedure_groupe_instructeurs_path(procedure)
fill_in 'Nouveau groupe', with: 'artistique'
click_on 'Ajouter'
expect(page).to have_text('Le groupe d’instructeurs « artistique » a été créé. ')
Expand Down

0 comments on commit 283f349

Please sign in to comment.