Changed the routes to pass all new design admin pages under

'new_administrateur' scope, except 'services'.
As a result, the url of these pages will all include '/admin'.
This commit is contained in:
Judith 2020-07-07 12:03:32 +02:00 committed by jpoulvel (Rebase PR Action)
parent 9a89b3d2f0
commit 782706537d
30 changed files with 79 additions and 79 deletions

View file

@ -4,7 +4,7 @@ feature 'As an administrateur I can edit types de champ', js: true do
before do
login_as administrateur.user, scope: :user
visit champs_procedure_path(procedure)
visit champs_admin_procedure_path(procedure)
end
it "Add a new champ" do