@nocobase/plugin-workflow-test 1.2.14-alpha → 1.3.0-alpha.20240710141659

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.
@@ -150,7 +150,9 @@ class ApprovalTriggerNode {
150
150
  this.addBlockButton = page.getByLabel(`schema-initializer-Grid-ApprovalApplyAddBlockButton-${collectionName}`);
151
151
  this.addApplyFormMenu = page.getByRole("menuitem", { name: "Apply form" });
152
152
  this.configureFieldsButton = page.getByLabel(`schema-initializer-Grid-form:configureFields-${collectionName}`);
153
- this.configureActionsButton = page.getByLabel(`schema-initializer-ActionBar-ApprovalApplyAddActionButton-${collectionName}`);
153
+ this.configureActionsButton = page.getByLabel(
154
+ `schema-initializer-ActionBar-ApprovalApplyAddActionButton-${collectionName}`
155
+ );
154
156
  this.saveDraftSwitch = page.getByRole("menuitem", { name: "Save draft" }).getByRole("switch");
155
157
  this.preloadAssociationsDropDown = page.getByTestId("select-field-Preload associations");
156
158
  this.submitButton = page.getByLabel("action-Action-Submit-workflows");
@@ -205,7 +207,9 @@ class ApprovalPassthroughModeNode {
205
207
  this.goToconfigureButton = page.getByRole("button", { name: "Go to configure" });
206
208
  this.addBlockButton = page.getByLabel("schema-initializer-Grid-ApprovalProcessAddBlockButton-workflows");
207
209
  this.addDetailsMenu = page.getByRole("menuitem", { name: "Details" });
208
- this.detailsConfigureFieldsButton = page.getByLabel(`schema-initializer-Grid-details:configureFields-${collectionName}`);
210
+ this.detailsConfigureFieldsButton = page.getByLabel(
211
+ `schema-initializer-Grid-details:configureFields-${collectionName}`
212
+ );
209
213
  this.addActionsMenu = page.getByRole("menuitem", { name: "Actions" }).getByRole("switch");
210
214
  this.actionsConfigureFieldsButton = page.getByLabel("schema-initializer-Grid-FormItemInitializers-approvalRecords");
211
215
  this.actionsConfigureActionsButton = page.getByLabel(
@@ -271,7 +275,9 @@ class ApprovalBranchModeNode {
271
275
  this.goToconfigureButton = page.getByRole("button", { name: "Go to configure" });
272
276
  this.addBlockButton = page.getByLabel("schema-initializer-Grid-ApprovalProcessAddBlockButton-workflows");
273
277
  this.addDetailsMenu = page.getByRole("menuitem", { name: "Details" });
274
- this.detailsConfigureFieldsButton = page.getByLabel(`schema-initializer-Grid-details:configureFields-${collectionName}`);
278
+ this.detailsConfigureFieldsButton = page.getByLabel(
279
+ `schema-initializer-Grid-details:configureFields-${collectionName}`
280
+ );
275
281
  this.addActionsMenu = page.getByRole("menuitem", { name: "Actions" }).getByRole("switch");
276
282
  this.actionsConfigureFieldsButton = page.getByLabel("schema-initializer-Grid-FormItemInitializers-approvalRecords");
277
283
  this.actionsConfigureActionsButton = page.getByLabel(
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.2.14-alpha",
12
- "@nocobase/utils": "1.2.14-alpha",
11
+ "@nocobase/client": "1.3.0-alpha.20240710141659",
12
+ "@nocobase/utils": "1.3.0-alpha.20240710141659",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.2.14-alpha",
15
- "@nocobase/server": "1.2.14-alpha",
16
- "@nocobase/resourcer": "1.2.14-alpha",
17
- "@nocobase/data-source-manager": "1.2.14-alpha",
18
- "@nocobase/database": "1.2.14-alpha"
14
+ "@nocobase/test": "1.3.0-alpha.20240710141659",
15
+ "@nocobase/server": "1.3.0-alpha.20240710141659",
16
+ "@nocobase/resourcer": "1.3.0-alpha.20240710141659",
17
+ "@nocobase/data-source-manager": "1.3.0-alpha.20240710141659",
18
+ "@nocobase/database": "1.3.0-alpha.20240710141659"
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.14-alpha",
5
+ "version": "1.3.0-alpha.20240710141659",
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": "717c71eee8cec8d230f1856759d97d6a843f8be6"
14
+ "gitHead": "cb8b234443034da0dfa57dd5d6cca1f3b3db6f08"
15
15
  }