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,