fix(demande): extract missing i18n title

This commit is contained in:
Colin Darie 2023-07-10 09:43:19 +02:00
parent c46192f21e
commit f4f036ce81
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
5 changed files with 8 additions and 10 deletions

View file

@ -6,7 +6,7 @@ RSpec.shared_examples 'the user can edit the submitted demande' do
click_on 'Demande'
expect(page).to have_current_path(demande_dossier_path(dossier))
click_on 'Modifier le dossier'
click_on 'Modifier le dossier', match: :first
expect(page).to have_current_path(modifier_dossier_path(dossier))
fill_in('Texte obligatoire', with: 'Nouveau texte')