From c0799345dd777049effb696cde423c84501942de Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 18 Apr 2023 16:29:25 +0100 Subject: [PATCH] Chore: fix unit tests on main (#66780) adds help node to test data as it should always be there --- public/app/core/components/AppChrome/AppChrome.test.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app/core/components/AppChrome/AppChrome.test.tsx b/public/app/core/components/AppChrome/AppChrome.test.tsx index 6ffcb0c0b88..7c2074ef6e8 100644 --- a/public/app/core/components/AppChrome/AppChrome.test.tsx +++ b/public/app/core/components/AppChrome/AppChrome.test.tsx @@ -55,6 +55,10 @@ const setup = (children: ReactNode) => { { text: 'Child2', id: 'child2', url: 'section/child2' }, ], }, + { + text: 'Help', + id: 'help', + }, ]; const context = getGrafanaContextMock();