@trackunit/iris-app-playwright 0.1.19 → 0.1.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-playwright",
3
- "version": "0.1.19",
3
+ "version": "0.1.22",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "generators": "./generators.json",
@@ -127,6 +127,9 @@ const defaultPlaywrightConfig = (options = {}) => {
127
127
  }
128
128
  return {
129
129
  timeout: behaviorConfig.timeout ?? 30000,
130
+ expect: {
131
+ timeout: behaviorConfig.timeout ?? 20000,
132
+ },
130
133
  retries: behaviorConfig.retries ?? 3,
131
134
  use: {
132
135
  baseURL: process.env.NX_FEATURE_BRANCH_BASE_URL ?? process.env.BASE_URL ?? undefined,