Skip to content

Commit a72ccc3

Browse files
author
Illia Obukhau
committed
fix(run-e2e): fix import path
1 parent f5ff670 commit a72ccc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

automation/run-e2e/lib/ci.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import { execSync } from "node:child_process";
66
import sh from "shelljs";
77
import parseArgs from "yargs-parser";
88
import { createDeploymentBundle, prepareImage, startCypress, startRuntime } from "./docker-utils.mjs";
9-
import { setupTestProject, updateWidget } from "./setup-test-project.mjs";
9+
import { setupTestProject } from "./setup-test-project.mjs";
10+
import { updateWidget } from "./utils.mjs";
1011

1112
const MX_VERSION_MAP_URL =
1213
"https://raw.githubusercontent.com/mendix/widgets-resources/master/configs/e2e/mendix-versions.json";

0 commit comments

Comments
 (0)