diff --git a/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap b/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap index a02933083e..fac26dffde 100644 --- a/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap +++ b/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap @@ -317,6 +317,34 @@ exports[`returns all baseRoutes 1`] = ` "title": "Addons", "type": "protected", }, + { + "component": [Function], + "menu": {}, + "parent": "/integrations", + "path": "/integrations/create/:providerId", + "title": "Create", + "type": "protected", + }, + { + "component": [Function], + "menu": {}, + "parent": "/integrations", + "path": "/integrations/edit/:addonId", + "title": "Edit", + "type": "protected", + }, + { + "component": [Function], + "flag": "integrationsRework", + "hidden": false, + "menu": { + "advanced": true, + "mobile": true, + }, + "path": "/integrations", + "title": "Integrations", + "type": "protected", + }, { "component": [Function], "flag": "SE",