Skip to content

Commit bcf10d8

Browse files
committed
ARTESCA-14759: Fix the unit test
1 parent f7c0e07 commit bcf10d8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

shell-ui/src/navbar/index.spec.tsx

+5-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ export const wrapper = ({ children }) => {
3939
<LanguageProvider>
4040
<NotificationCenterProvider>
4141
<WithInitFederationProviders>
42-
<MemoryRouter>
43-
<FirstTimeLoginProvider>
44-
<ShellHistoryProvider>
45-
<SolutionsNavbar>{children}</SolutionsNavbar>
46-
</ShellHistoryProvider>
47-
</FirstTimeLoginProvider>
48-
</MemoryRouter>
42+
<FirstTimeLoginProvider>
43+
<ShellHistoryProvider>
44+
<SolutionsNavbar>{children}</SolutionsNavbar>
45+
</ShellHistoryProvider>
46+
</FirstTimeLoginProvider>
4947
</WithInitFederationProviders>
5048
</NotificationCenterProvider>
5149
</LanguageProvider>

0 commit comments

Comments
 (0)