feat(routing): to_configure include invalid_rule and non_unic_rule

This commit is contained in:
Eric Leroy-Terquem 2023-06-16 15:11:33 +02:00
parent 1b5f3a67eb
commit 0c3426228f
9 changed files with 31 additions and 18 deletions

View file

@ -23,7 +23,7 @@ describe Procedure::OneGroupeManagementComponent, type: :component do
procedure.reload
subject
end
it { expect(page).to have_text('à configurer') }
it { expect(page).to have_text('règle invalide') }
end
end
end