@dev-blinq/cucumber_client 1.0.1356-stage → 1.0.1357-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.
@@ -712,7 +712,7 @@ export class BVTRecorder {
712
712
  const { id, contextId, doc } = snapshotDetails;
713
713
  // const selector = `[data-blinq-id="${id}"]`;
714
714
  const newPage = await this.backgroundContext.newPage();
715
- await newPage.setContent(doc);
715
+ await newPage.setContent(doc, { waitUntil: "domcontentloaded" });
716
716
  const locatorsObj = await newPage.evaluate(
717
717
  ([id, contextId, mode]) => {
718
718
  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.1356-stage",
3
+ "version": "1.0.1357-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",