1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

integration test fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-01-23 17:52:29 +02:00
parent 2cfad3ee79
commit bbedabdb27

View File

@ -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";