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:
parent
9a89b3d2f0
commit
782706537d
30 changed files with 79 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue