From 3605216e02aa738fbedbcc83d5b9e2d53186802a Mon Sep 17 00:00:00 2001 From: Radek Kaluzik Date: Thu, 13 Jun 2024 16:54:03 +0200 Subject: [PATCH] 'Manage this event' link presets the right bundle tab and configuration tab --- cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx b/cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx index c6164bea3..f169a420c 100644 --- a/cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx +++ b/cypress/component/NotificationDrawer/NotificationDrawer.cy.tsx @@ -13,6 +13,7 @@ const notificationDrawerData: NotificationData[] = [ created: new Date().toString(), description: 'This is a test notification', source: 'openshift', + bundle: 'rhel', }, { id: '2', @@ -21,6 +22,7 @@ const notificationDrawerData: NotificationData[] = [ created: new Date().toString(), description: 'This is a test notification', source: 'console', + bundle: 'rhel', }, { id: '3', @@ -29,6 +31,7 @@ const notificationDrawerData: NotificationData[] = [ created: new Date().toString(), description: 'This is a test notification', source: 'console', + bundle: 'rhel', }, ];