Skip to content

Commit a6bd942

Browse files
committed
changing dataTestId
1 parent 45f4090 commit a6bd942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navigation/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ export const NAVIGATION_LIST: NavigationGroupType[] = [
457457
items: [
458458
{
459459
title: 'Notifications',
460-
dataTestId: 'ai-recommendations-overview',
461-
id: 'ai-recommendations-overview',
460+
dataTestId: 'ai-recommendations-notifications',
461+
id: 'ai-recommendations-notifications',
462462
icon: 'ic-speedometer',
463463
disabled: false,
464464
href: COMMON_URLS.AI_RECOMMENDATIONS_OVERVIEW,

0 commit comments

Comments
 (0)