From a45d09cf2bad352005cf4fce5f08dbf4da115c4b Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech Date: Fri, 18 Aug 2023 13:19:02 +0200 Subject: [PATCH] update routes snapshot --- .../__snapshots__/routes.test.tsx.snap | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) 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",