@dev-blinq/cucumber_client 1.0.1239-dev → 1.0.1240-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.
@@ -577,7 +577,7 @@ const _generateCodeFromCommand = (step, elements, userData) => {
577
577
  }
578
578
  case Types.VERIFY_PROPERTY: {
579
579
  line = `await context.web.verifyProperty(elements["${elementIdentifier}"], `;
580
- input = `"${escapeNonPrintables(step.parameters[1].replaceAll('"', '\\"'))}"`;
580
+ input = "_param_0";
581
581
  if (step.dataSource === "userData" || step.dataSource === "parameters") {
582
582
  input = "_" + step.dataKey;
583
583
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1239-dev",
3
+ "version": "1.0.1240-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",