@nocobase/plugin-workflow-test 0.20.0-alpha.1 → 0.20.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -431,7 +431,9 @@ class ManualNode {
|
|
|
431
431
|
this.nodeConfigure = page.getByLabel(`Manual-${nodeName}`, { exact: true }).getByRole("button", { name: "Configure" });
|
|
432
432
|
this.assigneesDropDown = page.getByTestId("select-single");
|
|
433
433
|
this.configureUserInterfaceButton = page.getByRole("button", { name: "Configure user interface" });
|
|
434
|
-
this.addBlockButton = page.getByLabel(
|
|
434
|
+
this.addBlockButton = page.getByLabel(
|
|
435
|
+
"schema-initializer-Grid-workflowManual:popup:configureUserInterface:addBlock-workflows"
|
|
436
|
+
);
|
|
435
437
|
this.triggerDataMenu = page.getByRole("menuitem", { name: "Trigger data" });
|
|
436
438
|
this.nodeDataMenu = page.getByRole("menuitem", { name: "Node result right" });
|
|
437
439
|
this.customFormMenu = page.getByRole("menuitem", { name: "Custom form" });
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.20.0-alpha.
|
|
3
|
-
"@nocobase/utils": "0.20.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.20.0-alpha.11",
|
|
3
|
+
"@nocobase/utils": "0.20.0-alpha.11",
|
|
4
4
|
"lodash": "4.17.21",
|
|
5
|
-
"@nocobase/test": "0.20.0-alpha.
|
|
6
|
-
"@nocobase/server": "0.20.0-alpha.
|
|
7
|
-
"@nocobase/database": "0.20.0-alpha.
|
|
5
|
+
"@nocobase/test": "0.20.0-alpha.11",
|
|
6
|
+
"@nocobase/server": "0.20.0-alpha.11",
|
|
7
|
+
"@nocobase/database": "0.20.0-alpha.11"
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-workflow-test",
|
|
3
3
|
"displayName": "Workflow: test kit",
|
|
4
4
|
"displayName.zh-CN": "工作流:测试工具包",
|
|
5
|
-
"version": "0.20.0-alpha.
|
|
5
|
+
"version": "0.20.0-alpha.11",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"main": "dist/server/index.js",
|
|
8
8
|
"types": "./dist/server/index.d.ts",
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
"@nocobase/server": "0.x",
|
|
12
12
|
"@nocobase/test": "0.x"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "ed56e8464869fefbd6e263a2358fc14930c22f96"
|
|
15
15
|
}
|
|
@@ -434,7 +434,9 @@ export class ManualNode {
|
|
|
434
434
|
.getByRole('button', { name: 'Configure' });
|
|
435
435
|
this.assigneesDropDown = page.getByTestId('select-single');
|
|
436
436
|
this.configureUserInterfaceButton = page.getByRole('button', { name: 'Configure user interface' });
|
|
437
|
-
this.addBlockButton = page.getByLabel(
|
|
437
|
+
this.addBlockButton = page.getByLabel(
|
|
438
|
+
'schema-initializer-Grid-workflowManual:popup:configureUserInterface:addBlock-workflows',
|
|
439
|
+
);
|
|
438
440
|
this.triggerDataMenu = page.getByRole('menuitem', { name: 'Trigger data' });
|
|
439
441
|
this.nodeDataMenu = page.getByRole('menuitem', { name: 'Node result right' });
|
|
440
442
|
this.customFormMenu = page.getByRole('menuitem', { name: 'Custom form' });
|