fix(commune): improuve label and error message

This commit is contained in:
Paul Chavard 2023-03-31 12:29:58 +02:00
parent 4336184fc8
commit ed62d171ce
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ describe 'The user' do
select('Australie', from: form_id_for('pays'))
select('Martinique', from: form_id_for('regions'))
select('02 Aisne', from: form_id_for('departements'))
fill_in('Code postal de la commune', with: '60400')
fill_in('Renseignez le code postal puis sélectionnez la commune dans la liste', with: '60400')
select('Brétigny (60400)', from: form_id_for('communes'))
fill_in('dossier_link', with: '123')