X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cdd03b7bdea11d1a720c6fd84d906293e63c26a5..d5fd29f0a82ca2df47b1b382f705a6df287f926e:/src/store/run-process-panel/run-process-panel-actions.test.ts diff --git a/src/store/run-process-panel/run-process-panel-actions.test.ts b/src/store/run-process-panel/run-process-panel-actions.test.ts index e9191293..3137583e 100644 --- a/src/store/run-process-panel/run-process-panel-actions.test.ts +++ b/src/store/run-process-panel/run-process-panel-actions.test.ts @@ -8,7 +8,7 @@ jest.mock("../navigation/navigation-action", () => ({ navigateTo: (link: any) => link, })); -jest.mock("~/models/process", () => ({ +jest.mock("models/process", () => ({ createWorkflowMounts: jest.fn(), })); @@ -116,13 +116,13 @@ describe("run-process-panel-actions", () => { description: "basicFormTestDescription", mounts: undefined, name: "basicFormTestName", - outputName: undefined, + outputName: "Output from basicFormTestName", outputPath: "/var/spool/cwl", ownerUuid: "ce8i5-tpzed-yid70bw31f51234", priority: 1, properties: { workflowName: "revsort.cwl", - workflowUuid: "ce8i5-7fd4e-2tlnerdkxnl4fjt", + template_uuid: "ce8i5-7fd4e-2tlnerdkxnl4fjt", }, runtimeConstraints: { API: true, @@ -131,6 +131,7 @@ describe("run-process-panel-actions", () => { }, schedulingParameters: { max_run_time: undefined }, state: "Committed", + useExisting: false }); // and