mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix(plugin-workflow): remove only clause in test case
This commit is contained in:
parent
d0a2aabe9d
commit
e21aceed79
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user