tech(refactor): identity blocks
This commit is contained in:
parent
e5b6a28e0b
commit
95de0d6239
19 changed files with 180 additions and 174 deletions
|
@ -665,7 +665,9 @@ describe 'The user' do
|
|||
find('label', text: 'Monsieur').click
|
||||
fill_in('Prénom', with: 'prenom', visible: true)
|
||||
fill_in('Nom', with: 'Nom', visible: true)
|
||||
click_on 'Continuer'
|
||||
within "#identite-form" do
|
||||
click_on 'Continuer'
|
||||
end
|
||||
expect(page).to have_current_path(brouillon_dossier_path(user_dossier))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue