@bigbinary/neeto-playwright-commons 4.4.0 → 4.4.1

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -117055,7 +117055,7 @@ const commands = {
117055
117055
  await use(commands);
117056
117056
  },
117057
117057
  page: async ({ page }, use) => {
117058
- await page.goto("/", { timeout: 35_000 });
117058
+ await page.goto("/");
117059
117059
  await page.waitForLoadState();
117060
117060
  await use(page);
117061
117061
  },
@@ -127020,6 +127020,7 @@ const definePlaywrightConfig = (overrides) => {
127020
127020
  use: {
127021
127021
  ...devices["Desktop Chrome"],
127022
127022
  baseURL: process.env.PLAYWRIGHT_PRODUCTION_BASE_URL,
127023
+ navigationTimeout: 60_000,
127023
127024
  screenshot: "on",
127024
127025
  trace: "on",
127025
127026
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",