From: Nizamudeen A Date: Thu, 30 Oct 2025 03:36:33 +0000 (+0530) Subject: mgr/dashboard: fix cephadm e2e dependency graph failure X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ea3dada0e009474405c146ff20dc958b562619c9;p=ceph.git 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 --- 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;