@dev-blinq/cucumber_client 1.0.1640-dev → 1.0.1641-dev

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.
@@ -774,6 +774,7 @@ export class BVTRecorder {
774
774
 
775
775
  await this.page.goto(url, {
776
776
  waitUntil: "domcontentloaded",
777
+ timeout: this.config.page_timeout ?? 60_000,
777
778
  });
778
779
  // add listener for frame navigation on current tab
779
780
  this._addFrameNavigateListener(this.page);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1640-dev",
3
+ "version": "1.0.1641-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",