From 31912c00ad40bd35f28782831319662e1a0bf9d8 Mon Sep 17 00:00:00 2001 From: David Leek Date: Thu, 17 Oct 2024 15:43:45 +0200 Subject: [PATCH] test: snapshot update --- .../__tests__/__snapshots__/routes.test.tsx.snap | 14 ++++++++++++++ 1 file changed, 14 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 c536b1a46d..3652622dc2 100644 --- a/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap +++ b/frontend/src/component/menu/__tests__/__snapshots__/routes.test.tsx.snap @@ -230,6 +230,20 @@ exports[`returns all baseRoutes 1`] = ` "title": "Strategy types", "type": "protected", }, + { + "component": [Function], + "enterprise": true, + "flag": "releasePlans", + "menu": { + "advanced": true, + "mode": [ + "enterprise", + ], + }, + "path": "/releases-management", + "title": "Release management", + "type": "protected", + }, { "component": [Function], "menu": {},