Skip to content

Commit 4f6c487

Browse files
authored
Merge pull request #2479 from RedisInsight/fe/bugfix/fix-ui-tests
fix ui tests
2 parents 8becd53 + 9921b4f commit 4f6c487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redisinsight/ui/src/components/config/Config.spec.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import { ONBOARDING_FEATURES } from 'uiSrc/components/onboarding-features'
1818
import { getWBGuides } from 'uiSrc/slices/workbench/wb-guides'
1919
import { getWBTutorials } from 'uiSrc/slices/workbench/wb-tutorials'
2020
import { getContentRecommendations } from 'uiSrc/slices/recommendations/recommendations'
21+
import { getGuideLinks } from 'uiSrc/slices/content/guide-links'
2122
import Config from './Config'
2223

2324
let store: typeof mockedStore
@@ -63,6 +64,7 @@ describe('Config', () => {
6364
getRedisCommands(),
6465
getNotifications(),
6566
getContentRecommendations(),
67+
getGuideLinks(),
6668
getWBGuides(),
6769
getWBTutorials(),
6870
getFeatureFlags(),
@@ -97,6 +99,7 @@ describe('Config', () => {
9799
getRedisCommands(),
98100
getNotifications(),
99101
getContentRecommendations(),
102+
getGuideLinks(),
100103
getWBGuides(),
101104
getWBTutorials(),
102105
getFeatureFlags(),

0 commit comments

Comments
 (0)