From bbedabdb27c28dd196d1f4a10dec8923ec0f25b7 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 23 Jan 2023 17:52:29 +0200 Subject: [PATCH] integration test fix Signed-off-by: Jari Kolehmainen --- packages/open-lens/integration/__tests__/cluster-pages.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/open-lens/integration/__tests__/cluster-pages.tests.ts b/packages/open-lens/integration/__tests__/cluster-pages.tests.ts index e0b865d5af..c9130c4f59 100644 --- a/packages/open-lens/integration/__tests__/cluster-pages.tests.ts +++ b/packages/open-lens/integration/__tests__/cluster-pages.tests.ts @@ -14,7 +14,7 @@ import { minikubeReady } from "../helpers/minikube"; import type { Frame, Page } from "playwright"; import { groupBy, toPairs } from "lodash/fp"; import { pipeline } from "@ogre-tools/fp"; -import { describeIf } from "../../src/test-utils/skippers"; +import { describeIf } from "../../../core/src/test-utils/skippers"; const TEST_NAMESPACE = "integration-tests";