From: Afreen Misbah Date: Wed, 22 Jul 2026 19:12:59 +0000 (+0530) Subject: mgr/dashboard: fix notification kebab menu e2e selector X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F70202%2Fhead;p=ceph.git mgr/dashboard: fix notification kebab menu e2e selector Signed-off-by: Afreen Misbah --- 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() {