From 29bbeddb2153dbc780eea260842d95b8d8082ea2 Mon Sep 17 00:00:00 2001 From: Nancy Butler <42977925+mantis-toboggan-md@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:41:43 -0700 Subject: [PATCH] fix lint --- cypress/e2e/po/components/button-dropdown.po.ts | 1 - cypress/e2e/po/components/workloads/container-mount-paths.po.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/e2e/po/components/button-dropdown.po.ts b/cypress/e2e/po/components/button-dropdown.po.ts index d473a97cf08..f02679a3ede 100644 --- a/cypress/e2e/po/components/button-dropdown.po.ts +++ b/cypress/e2e/po/components/button-dropdown.po.ts @@ -1,4 +1,3 @@ -import ComponentPo from '@/cypress/e2e/po/components/component.po'; import LabeledSelectPo from '@/cypress/e2e/po/components/labeled-select.po'; export default class ButtonDropdownPo extends LabeledSelectPo { diff --git a/cypress/e2e/po/components/workloads/container-mount-paths.po.ts b/cypress/e2e/po/components/workloads/container-mount-paths.po.ts index 29ccc7751ee..c11c8a93500 100644 --- a/cypress/e2e/po/components/workloads/container-mount-paths.po.ts +++ b/cypress/e2e/po/components/workloads/container-mount-paths.po.ts @@ -1,5 +1,5 @@ import ComponentPo from '@/cypress/e2e/po/components/component.po'; -import ButtonDropdownPo from '~/cypress/e2e/po/components/button-dropdown.po'; +import ButtonDropdownPo from '@/cypress/e2e/po/components/button-dropdown.po'; import InputPo from '@/cypress/e2e/po/components/input.po'; class ContainerMountPo extends ComponentPo {