@skrillex1224/playwright-toolkit 2.1.203 → 2.1.205

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.js CHANGED
@@ -3332,9 +3332,7 @@ var Mutation = {
3332
3332
  readyState = error?.name || "unreadable";
3333
3333
  }
3334
3334
  }
3335
- const snapshot = `${text}
3336
- <!--HTML-->
3337
- ${html}`;
3335
+ const snapshot = text;
3338
3336
  items.push({
3339
3337
  selector,
3340
3338
  source,