Merge pull request #8011 from Bouchralazaar/patch-1
Update estimated_fill_duration_component.fr.yml
This commit is contained in:
commit
758db705ec
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue