@dev-blinq/cucumber_client 1.0.1400-stage → 1.0.1401-stage

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.
@@ -773,6 +773,7 @@ export class BVTRecorder {
773
773
 
774
774
  await this.page.goto(url, {
775
775
  waitUntil: "domcontentloaded",
776
+ timeout: this.config.page_timeout ?? 60_000,
776
777
  });
777
778
  // add listener for frame navigation on current tab
778
779
  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.1400-stage",
3
+ "version": "1.0.1401-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",