fix specs

This commit is contained in:
Lisa Durand 2023-05-22 16:26:50 +02:00
parent 4a51a9a351
commit b6cc35df68
8 changed files with 45 additions and 12 deletions

View file

@ -84,7 +84,7 @@ describe 'Signing up:' do
click_on 'Commencer la démarche'
expect(page).to have_current_path identite_dossier_path(procedure.reload.dossiers.last)
expect(page).to have_procedure_description(procedure)
expect(page).to have_procedure_sumup_description(procedure)
end
end