@skrillex1224/playwright-toolkit 2.1.203 → 2.1.204

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/dist/index.cjs CHANGED
@@ -3360,9 +3360,7 @@ var Mutation = {
3360
3360
  readyState = error?.name || "unreadable";
3361
3361
  }
3362
3362
  }
3363
- const snapshot = `${text}
3364
- <!--HTML-->
3365
- ${html}`;
3363
+ const snapshot = text;
3366
3364
  items.push({
3367
3365
  selector,
3368
3366
  source,