fix tests after typos corrections

This commit is contained in:
Eric Leroy-Terquem 2023-06-08 10:03:34 +02:00
parent ea9213bf90
commit 0164b5f008
8 changed files with 21 additions and 21 deletions

View file

@ -149,7 +149,7 @@ describe 'Publishing a procedure', js: true do
click_on procedure.libelle
find('#publish-procedure-link').click
expect(page).to have_content("Attention, certains champs ne peuvent être demandé par l'administration.")
expect(page).to have_content("Attention, certains champs ne peuvent être demandés par ladministration.")
expect(page).to have_selector(".dubious-champs", count: dubious_champs.size)
end
end