@nocobase/plugin-workflow-test 1.2.1-alpha → 1.2.2-alpha

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.
@@ -364,7 +364,7 @@ class CreateRecordNode {
364
364
  this.nodeTitle = page.getByLabel(`Create record-${nodeName}`, { exact: true }).getByRole("textbox");
365
365
  this.nodeConfigure = page.getByLabel(`Create record-${nodeName}`, { exact: true }).getByRole("button", { name: "Configure" });
366
366
  this.collectionDropDown = page.getByLabel("block-item-DataSourceCollectionCascader-workflows-Collection").locator(".ant-select-selection-search-input");
367
- this.addFieldsButton = page.getByRole("button", { name: "plus Add field" });
367
+ this.addFieldsButton = page.getByLabel("schema-initializer-Grid-assignFieldValuesForm:configureFields");
368
368
  this.submitButton = page.getByLabel("action-Action-Submit-workflows");
369
369
  this.cancelButton = page.getByLabel("action-Action-Cancel-workflows");
370
370
  this.addNodeButton = page.getByLabel(`add-button-create-${nodeName}`, { exact: true });
@@ -388,9 +388,9 @@ class UpdateRecordNode {
388
388
  this.nodeTitle = page.getByLabel(`Update record-${nodeName}`, { exact: true }).getByRole("textbox");
389
389
  this.nodeConfigure = page.getByLabel(`Update record-${nodeName}`, { exact: true }).getByRole("button", { name: "Configure" });
390
390
  this.collectionDropDown = page.getByLabel("block-item-DataSourceCollectionCascader-workflows-Collection").locator(".ant-select-selection-search-input");
391
- this.batchUpdateModeRadio = page.getByLabel("block-item-IndividualHooksRadioWithTooltip-workflows-Update mode").getByLabel("Update in a batch");
392
- this.articleByArticleUpdateModeRadio = page.getByLabel("block-item-IndividualHooksRadioWithTooltip-workflows-Update mode").getByLabel("Update one by one");
393
- this.addFieldsButton = page.getByRole("button", { name: "plus Add field" });
391
+ this.batchUpdateModeRadio = page.getByLabel("block-item-RadioWithTooltip-workflows-Update mode").getByLabel("Update in a batch");
392
+ this.articleByArticleUpdateModeRadio = page.getByLabel("block-item-RadioWithTooltip-workflows-Update mode").getByLabel("Update one by one");
393
+ this.addFieldsButton = page.getByLabel("schema-initializer-Grid-assignFieldValuesForm:configureFields");
394
394
  this.submitButton = page.getByLabel("action-Action-Submit-workflows");
395
395
  this.cancelButton = page.getByLabel("action-Action-Cancel-workflows");
396
396
  this.addNodeButton = page.getByLabel(`add-button-update-${nodeName}`, { exact: true });
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.2.1-alpha",
12
- "@nocobase/utils": "1.2.1-alpha",
11
+ "@nocobase/client": "1.2.2-alpha",
12
+ "@nocobase/utils": "1.2.2-alpha",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.2.1-alpha",
15
- "@nocobase/server": "1.2.1-alpha",
16
- "@nocobase/resourcer": "1.2.1-alpha",
17
- "@nocobase/data-source-manager": "1.2.1-alpha",
18
- "@nocobase/database": "1.2.1-alpha"
14
+ "@nocobase/test": "1.2.2-alpha",
15
+ "@nocobase/server": "1.2.2-alpha",
16
+ "@nocobase/resourcer": "1.2.2-alpha",
17
+ "@nocobase/data-source-manager": "1.2.2-alpha",
18
+ "@nocobase/database": "1.2.2-alpha"
19
19
  };
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.2.1-alpha",
5
+ "version": "1.2.2-alpha",
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": "0171192d82cb52de02c9ab6d66a03843d5153c76"
14
+ "gitHead": "d968839548b92e4d4c20614fdb44a17494f84439"
15
15
  }