Merge pull request #9146 from demarches-simplifiees/update-ui-when-adding-group

Mise a jour de l'UX de la page groupe d'instructeurs
This commit is contained in:
Eric Leroy-Terquem 2023-06-12 13:56:19 +00:00 committed by GitHub
commit 90b11ebe9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 18 deletions

View file

@ -60,7 +60,7 @@ describe 'The routing with rules', js: true do
# update defaut groupe
click_on 'défaut'
expect(page).to have_text('Paramètres principaux')
expect(page).to have_text('Paramètres du groupe')
fill_in 'Nom du groupe', with: 'littéraire'
click_on 'Renommer'
expect(page).to have_text('Le nom est à présent « littéraire ». ')