From bde94c4de2513ed2b22ec71203dc918ff1e51454 Mon Sep 17 00:00:00 2001 From: PeterYurkovich Date: Mon, 17 Aug 2026 15:44:41 -0400 Subject: [PATCH] fix: remove cypress/ imports --- web/cypress/e2e/coo/02.acm_alerting_ui.cy.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/cypress/e2e/coo/02.acm_alerting_ui.cy.ts b/web/cypress/e2e/coo/02.acm_alerting_ui.cy.ts index a4e712a07..31c3c6cec 100644 --- a/web/cypress/e2e/coo/02.acm_alerting_ui.cy.ts +++ b/web/cypress/e2e/coo/02.acm_alerting_ui.cy.ts @@ -4,10 +4,10 @@ import '../../support/commands/auth-commands'; import { commonPages } from '../../views/common'; import { nav } from '../../views/nav'; import { acmAlertingPage } from '../../views/acm-alerting-page'; -import { troubleshootingPanelPage } from 'cypress/views/troubleshooting-panel'; +import { troubleshootingPanelPage } from '../../views/troubleshooting-panel'; import { incidentsPage } from 'cypress/views/incidents-page'; -import { runAllRegressionFleetManagementAlertsTests } from 'cypress/support/monitoring/01.reg_alerts.cy'; -import { listPage } from 'cypress/views/list-page'; +import { runAllRegressionFleetManagementAlertsTests } from '../../support/monitoring/01.reg_alerts.cy'; +import { listPage } from '../../views/list-page'; const MCP = { namespace: Cypress.env('COO_NAMESPACE'),