add new layout to handle new full screen design

This commit is contained in:
Lisa Durand 2023-05-23 15:24:42 +02:00
parent b6cc35df68
commit 6274594c70
15 changed files with 66 additions and 52 deletions

View file

@ -43,7 +43,7 @@ describe 'Signin in:' do
click_on 'Commencer la démarche'
expect(page).to have_current_path identite_dossier_path(user.reload.dossiers.last)
expect(page).to have_procedure_sumup_description(procedure)
expect(page).to have_procedure_description(procedure)
expect(page).to have_content "Données didentité"
end
end