@dev-blinq/cucumber_client 1.0.1571-dev → 1.0.1572-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.
@@ -722,7 +722,7 @@ export class BVTRecorder {
722
722
  const { id, contextId, doc } = snapshotDetails;
723
723
  // const selector = `[data-blinq-id="${id}"]`;
724
724
  const newPage = await this.backgroundContext.newPage();
725
- await newPage.setContent(doc);
725
+ await newPage.setContent(doc, { waitUntil: "domcontentloaded" });
726
726
  const locatorsObj = await newPage.evaluate(
727
727
  ([id, contextId, mode]) => {
728
728
  const recorder = window.__bvt_Recorder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1571-dev",
3
+ "version": "1.0.1572-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",