Merge pull request #8011 from Bouchralazaar/patch-1

Update estimated_fill_duration_component.fr.yml
This commit is contained in:
Paul Chavard 2022-11-07 13:40:47 +00:00 committed by GitHub
commit 758db705ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
fr:
estimated_fill_duration: "Durée de remplissage estimée :"
estimated_fill_minutes: "%{estimated_minutes} mn"
estimated_fill_minutes: "%{estimated_minutes} min"

View file

@ -163,11 +163,11 @@ describe 'As an administrateur I can edit types de champ', js: true do
# It displays the estimate when adding a new champ
add_champ
select('Pièce justificative', from: 'Type de champ')
expect(page).to have_content('Durée de remplissage estimée : 2 mn')
expect(page).to have_content('Durée de remplissage estimée : 2 min')
# It updates the estimate when updating the champ
check 'Champ obligatoire'
expect(page).to have_content('Durée de remplissage estimée : 3 mn')
expect(page).to have_content('Durée de remplissage estimée : 3 min')
# It updates the estimate when removing the champ
page.accept_alert do