fix(pending-correction): wording alignement

This commit is contained in:
Colin Darie 2023-04-13 19:10:09 +02:00
parent a32014d4fd
commit 734d88d80d
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
12 changed files with 22 additions and 30 deletions

View file

@ -61,7 +61,7 @@ describe 'instructeurs/dossiers/show', type: :view do
within("form[action=\"#{follow_instructeur_dossier_path(dossier.procedure, dossier)}\"]") do
expect(subject).to have_button('Suivre le dossier')
end
expect(subject).to have_button('Demander une modification')
expect(subject).to have_button('Demander une correction')
expect(subject).to have_selector('.header-actions ul:first-child > li.instruction-button', count: 1)
end
end