UI(groupe instructeur): update heading level and wording
This commit is contained in:
parent
9d8ad9b3d8
commit
dd1b67bbc7
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
%div{ id: dom_id(@groupe_instructeur, :routing) }
|
||||
%h2 Paramètres principaux
|
||||
%h1 Paramètres du groupe
|
||||
|
||||
= form_for @groupe_instructeur,
|
||||
url: admin_procedure_groupe_instructeur_path(@procedure_id, @groupe_instructeur),
|
||||
|
|
|
@ -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 ». ')
|
||||
|
|
Loading…
Add table
Reference in a new issue