tech(refactor): identity blocks
This commit is contained in:
parent
e5b6a28e0b
commit
95de0d6239
19 changed files with 180 additions and 174 deletions
|
@ -258,7 +258,9 @@ describe 'The routing with rules', js: true do
|
|||
find('label', text: 'Monsieur').click
|
||||
fill_in('Prénom', with: 'prenom', visible: true)
|
||||
fill_in('Nom', with: 'Nom', visible: true)
|
||||
click_button('Continuer')
|
||||
within "#identite-form" do
|
||||
click_button('Continuer')
|
||||
end
|
||||
|
||||
# the old system should not be present
|
||||
expect(page).not_to have_selector("#dossier_groupe_instructeur_id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue