@nocobase/plugin-workflow-test 1.6.0-beta.11 → 1.6.0-beta.13
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.
|
@@ -281,11 +281,11 @@ class ApprovalBranchModeNode {
|
|
|
281
281
|
this.sequentiallyRadio = page.getByLabel("Sequentially", { exact: true });
|
|
282
282
|
this.goToconfigureButton = page.getByRole("button", { name: "Go to configure" });
|
|
283
283
|
this.addBlockButton = page.getByLabel("schema-initializer-Grid-ApprovalProcessAddBlockButton-workflows");
|
|
284
|
-
this.addDetailsMenu = page.getByRole("menuitem", { name: "
|
|
284
|
+
this.addDetailsMenu = page.getByRole("menuitem", { name: "Original application content" });
|
|
285
285
|
this.detailsConfigureFieldsButton = page.getByLabel(
|
|
286
286
|
`schema-initializer-Grid-details:configureFields-${collectionName}`
|
|
287
287
|
);
|
|
288
|
-
this.addActionsMenu = page.getByRole("menuitem", { name: "
|
|
288
|
+
this.addActionsMenu = page.getByRole("menuitem", { name: "Process form" }).getByRole("switch");
|
|
289
289
|
this.actionsConfigureFieldsButton = page.getByLabel("schema-initializer-Grid-FormItemInitializers-approvalRecords");
|
|
290
290
|
this.actionsConfigureActionsButton = page.getByLabel(
|
|
291
291
|
"schema-initializer-ActionBar-ApprovalProcessAddActionButton-approvalRecords"
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.0-beta.
|
|
12
|
-
"@nocobase/utils": "1.6.0-beta.
|
|
11
|
+
"@nocobase/client": "1.6.0-beta.13",
|
|
12
|
+
"@nocobase/utils": "1.6.0-beta.13",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
|
-
"@nocobase/test": "1.6.0-beta.
|
|
15
|
-
"@nocobase/server": "1.6.0-beta.
|
|
16
|
-
"@nocobase/data-source-manager": "1.6.0-beta.
|
|
17
|
-
"@nocobase/database": "1.6.0-beta.
|
|
14
|
+
"@nocobase/test": "1.6.0-beta.13",
|
|
15
|
+
"@nocobase/server": "1.6.0-beta.13",
|
|
16
|
+
"@nocobase/data-source-manager": "1.6.0-beta.13",
|
|
17
|
+
"@nocobase/database": "1.6.0-beta.13"
|
|
18
18
|
};
|
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": "1.6.0-beta.
|
|
5
|
+
"version": "1.6.0-beta.13",
|
|
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": "1.x",
|
|
12
12
|
"@nocobase/test": "1.x"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "e7bf5cfc56b188cdd9a8395120c3ccf85b0f17b4"
|
|
15
15
|
}
|