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'),