wording(routing): updates after UI reviews

This commit is contained in:
Eric Leroy-Terquem 2024-11-14 17:16:46 +01:00
parent 61c8fa4601
commit bccef87cbf
No known key found for this signature in database
GPG key ID: 53D8FAECEF207605
9 changed files with 40 additions and 21 deletions

View file

@ -879,7 +879,7 @@ describe Administrateurs::GroupeInstructeursController, type: :controller do
it do
expect(response).to have_http_status(:ok)
expect(response.body).to include('Choix du type de routage')
expect(response.body).to include('Choix du type de configuration')
expect(procedure.reload.routing_enabled).to be_falsey
end
end