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

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.
@@ -59,6 +59,7 @@ export declare class ApprovalTriggerNode {
59
59
  configureFieldsButton: Locator;
60
60
  configureActionsButton: Locator;
61
61
  saveDraftSwitch: Locator;
62
+ withdrawSwitch: Locator;
62
63
  preloadAssociationsDropDown: Locator;
63
64
  submitButton: Locator;
64
65
  cancelButton: Locator;
@@ -131,6 +131,7 @@ class ApprovalTriggerNode {
131
131
  configureFieldsButton;
132
132
  configureActionsButton;
133
133
  saveDraftSwitch;
134
+ withdrawSwitch;
134
135
  preloadAssociationsDropDown;
135
136
  submitButton;
136
137
  cancelButton;
@@ -154,6 +155,7 @@ class ApprovalTriggerNode {
154
155
  `schema-initializer-ActionBar-ApprovalApplyAddActionButton-${collectionName}`
155
156
  );
156
157
  this.saveDraftSwitch = page.getByRole("menuitem", { name: "Save draft" }).getByRole("switch");
158
+ this.withdrawSwitch = page.getByRole("menuitem", { name: "Withdraw" }).getByRole("switch");
157
159
  this.preloadAssociationsDropDown = page.getByTestId("select-field-Preload associations");
158
160
  this.submitButton = page.getByLabel("action-Action-Submit-workflows");
159
161
  this.cancelButton = page.getByLabel("action-Action-Cancel-workflows");
@@ -8,12 +8,12 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.0-alpha.20240710141659",
12
- "@nocobase/utils": "1.3.0-alpha.20240710141659",
11
+ "@nocobase/client": "1.3.0-alpha.20240719150832",
12
+ "@nocobase/utils": "1.3.0-alpha.20240719150832",
13
13
  "lodash": "4.17.21",
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"
14
+ "@nocobase/test": "1.3.0-alpha.20240719150832",
15
+ "@nocobase/server": "1.3.0-alpha.20240719150832",
16
+ "@nocobase/resourcer": "1.3.0-alpha.20240719150832",
17
+ "@nocobase/data-source-manager": "1.3.0-alpha.20240719150832",
18
+ "@nocobase/database": "1.3.0-alpha.20240719150832"
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.3.0-alpha.20240710141659",
5
+ "version": "1.3.0-alpha.20240719150832",
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": "cb8b234443034da0dfa57dd5d6cca1f3b3db6f08"
14
+ "gitHead": "df502d5ebb2c9d7a11ee12b6d4a1b58453e6e176"
15
15
  }