test(instructeurs management): update tests
This commit is contained in:
parent
7af934daf5
commit
60be8d68fc
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ describe 'The routing with rules', js: true do
|
||||||
alain = User.find_by(email: 'alain@gouv.fr').instructeur
|
alain = User.find_by(email: 'alain@gouv.fr').instructeur
|
||||||
|
|
||||||
# add inactive groupe
|
# 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'
|
fill_in 'Nouveau groupe', with: 'non visible car inactif'
|
||||||
click_on 'Ajouter'
|
click_on 'Ajouter'
|
||||||
expect(page).to have_text('Le groupe d’instructeurs « non visible car inactif » a été créé. ')
|
expect(page).to have_text('Le groupe d’instructeurs « 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? } }
|
procedure.groupe_instructeurs.where(closed: false).each { |gi| wait_until { gi.reload.routing_rule.present? } }
|
||||||
|
|
||||||
# add a group without routing rules
|
# 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'
|
fill_in 'Nouveau groupe', with: 'artistique'
|
||||||
click_on 'Ajouter'
|
click_on 'Ajouter'
|
||||||
expect(page).to have_text('Le groupe d’instructeurs « artistique » a été créé. ')
|
expect(page).to have_text('Le groupe d’instructeurs « artistique » a été créé. ')
|
||||||
|
|
Loading…
Reference in a new issue