From 59b6c5b829b80246affc4938b9ef343de22b87ef Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Thu, 23 Jul 2026 00:42:59 +0530 Subject: [PATCH] mgr/dashboard: fix notification kebab menu e2e selector Signed-off-by: Afreen Misbah --- .../mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts index 36b2b003c6cd..93f9d868aa08 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/notification.po.ts @@ -76,7 +76,7 @@ export class NotificationSidebarPageHelper extends PageHelper { } getKebabMenu() { - return cy.get('.notifications-page__header-menu cds-overflow-menu'); + return cy.get('cds-overflow-menu.notifications-page__header-menu'); } getKebabMenuItems() { -- 2.47.3