@nocobase/plugin-workflow-test 1.6.0-beta.15 → 1.6.0-beta.17
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.
|
@@ -558,7 +558,7 @@ class AggregateNode {
|
|
|
558
558
|
this.linkedDataTableDataRadio = page.getByLabel("Data of associated collection");
|
|
559
559
|
this.collectionDropDown = page.getByLabel("block-item-DataSourceCollectionCascader-workflows-Data of collection").locator(".ant-select-selection-search-input");
|
|
560
560
|
this.aggregatedFieldDropDown = page.getByLabel("block-item-FieldsSelect-workflows-Field to aggregate").locator(".ant-select-selection-search-input");
|
|
561
|
-
this.distinctCheckBox = page.getByLabel("block-item-Checkbox-workflows
|
|
561
|
+
this.distinctCheckBox = page.getByLabel("block-item-Checkbox-workflows").locator('input.ant-checkbox-input[type="checkbox"]');
|
|
562
562
|
this.submitButton = page.getByLabel("action-Action-Submit-workflows");
|
|
563
563
|
this.cancelButton = page.getByLabel("action-Action-Cancel-workflows");
|
|
564
564
|
this.addNodeButton = page.getByLabel(`add-button-aggregate-${nodeName}`, { exact: true });
|
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.17",
|
|
12
|
+
"@nocobase/utils": "1.6.0-beta.17",
|
|
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.17",
|
|
15
|
+
"@nocobase/server": "1.6.0-beta.17",
|
|
16
|
+
"@nocobase/data-source-manager": "1.6.0-beta.17",
|
|
17
|
+
"@nocobase/database": "1.6.0-beta.17"
|
|
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.17",
|
|
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": "f431f7c589bcefd6dcda19a0119a85b0aa192b05"
|
|
15
15
|
}
|