fix(demande): extract missing i18n title
This commit is contained in:
parent
c46192f21e
commit
f4f036ce81
5 changed files with 8 additions and 10 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue