test(instructeurs management): update tests

This commit is contained in:
Eric Leroy-Terquem 2024-09-30 16:25:20 +02:00
parent 7af934daf5
commit 60be8d68fc
No known key found for this signature in database
GPG key ID: 53D8FAECEF207605

View file

@ -75,7 +75,7 @@ describe 'The routing with rules', js: true do
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 dinstructeurs « non visible car inactif » a été créé. ')
@ -121,7 +121,7 @@ describe 'The routing with rules', js: true do
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 dinstructeurs « artistique » a été créé. ')