From ea3dada0e009474405c146ff20dc958b562619c9 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Thu, 30 Oct 2025 09:06:33 +0530 Subject: [PATCH] mgr/dashboard: fix cephadm e2e dependency graph failure Avoid using relative path in the cypress since its not configured yet. Fixes: https://tracker.ceph.com/issues/73673 Signed-off-by: Nizamudeen A --- src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts b/src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts index 2cf450fa6db..55df122aee5 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/support/commands.ts @@ -18,7 +18,7 @@ declare global { import { CdHelperClass } from '../../src/app/shared/classes/cd-helper.class'; import { Permissions } from '../../src/app/shared/models/permissions'; import { table } from 'table'; -import { LocalStorage } from '~/app/shared/enum/local-storage-enum'; +import { LocalStorage } from '../../src/app/shared/enum/local-storage-enum'; /* tslint:enable*/ let auth: any; -- 2.47.3