From e21aceed7976559abc2e2d01a185ac6c8b49b40a Mon Sep 17 00:00:00 2001 From: mytharcher Date: Sun, 17 Nov 2024 20:06:12 +0800 Subject: [PATCH] fix(plugin-workflow): remove only clause in test case --- .../__e2e__/conditionNode/continueWhenYesBasicType.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/@nocobase/plugin-workflow/src/client/__e2e__/conditionNode/continueWhenYesBasicType.test.ts b/packages/plugins/@nocobase/plugin-workflow/src/client/__e2e__/conditionNode/continueWhenYesBasicType.test.ts index 70b3457bdc..3bdeb370d7 100644 --- a/packages/plugins/@nocobase/plugin-workflow/src/client/__e2e__/conditionNode/continueWhenYesBasicType.test.ts +++ b/packages/plugins/@nocobase/plugin-workflow/src/client/__e2e__/conditionNode/continueWhenYesBasicType.test.ts @@ -820,7 +820,7 @@ test('Collection event add data trigger, determine trigger node integer variable await apiDeleteWorkflow(workflowId); }); -test.only('create non-branching condition node before first node, the original first node should be the next', async ({ +test('create non-branching condition node before first node, the original first node should be the next', async ({ page, mockCollections, mockRecords,