@nocobase/plugin-workflow-test 1.4.0-alpha.20241027230531 → 1.4.0-alpha.20241031134640

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.
@@ -394,7 +394,7 @@ const userLogin = async (browser, approvalUserEmail, approvalUser) => {
394
394
  await page.getByPlaceholder("Email").fill(approvalUserEmail);
395
395
  await page.getByPlaceholder("Password").fill(approvalUser);
396
396
  await page.getByRole("button", { name: "Sign in" }).click();
397
- await page.waitForLoadState("networkidle");
397
+ await page.waitForLoadState("load");
398
398
  return context;
399
399
  };
400
400
  var e2eUtils_default = module.exports = {
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.4.0-alpha.20241027230531",
12
- "@nocobase/utils": "1.4.0-alpha.20241027230531",
11
+ "@nocobase/client": "1.4.0-alpha.20241031134640",
12
+ "@nocobase/utils": "1.4.0-alpha.20241031134640",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.4.0-alpha.20241027230531",
15
- "@nocobase/server": "1.4.0-alpha.20241027230531",
16
- "@nocobase/data-source-manager": "1.4.0-alpha.20241027230531",
17
- "@nocobase/database": "1.4.0-alpha.20241027230531"
14
+ "@nocobase/test": "1.4.0-alpha.20241031134640",
15
+ "@nocobase/server": "1.4.0-alpha.20241031134640",
16
+ "@nocobase/data-source-manager": "1.4.0-alpha.20241031134640",
17
+ "@nocobase/database": "1.4.0-alpha.20241031134640"
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.4.0-alpha.20241027230531",
5
+ "version": "1.4.0-alpha.20241031134640",
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": "6f363bf299af23580d68c8b0659e4d31d70f4687"
14
+ "gitHead": "78cd6d9010f81b1c4d13d7673f6adf2eb0e598be"
15
15
  }