change wording for co-constructing dossier

This commit is contained in:
Lisa Durand 2024-02-05 11:51:36 +01:00
parent 5b524e9000
commit 0a8e8ebd05
5 changed files with 6 additions and 6 deletions

View file

@ -57,7 +57,7 @@ describe 'Creating a new dossier:', js: true do
context 'when individual fill dossier for a tiers' do
it 'completes the form with email notification method selected' do
find('label', text: 'Pour un bénéficiaire : membre de la famille, proche, mandant...').click
find('label', text: 'Pour un bénéficiaire : membre de la famille, proche, mandant, professionnel en charge du suivi du dossier…').click
within('.mandataire-infos') do
fill_in('Prénom', with: 'John')
@ -79,7 +79,7 @@ describe 'Creating a new dossier:', js: true do
end
it 'completes the form with no notification method selected' do
find('label', text: 'Pour un bénéficiaire : membre de la famille, proche, mandant...').click
find('label', text: 'Pour un bénéficiaire : membre de la famille, proche, mandant, professionnel en charge du suivi du dossier…').click
within('.mandataire-infos') do
fill_in('Prénom', with: 'John')