fix(plugin-workflow): remove only clause in test case

This commit is contained in:
mytharcher 2024-11-17 20:06:12 +08:00
parent d0a2aabe9d
commit e21aceed79

View File

@ -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,