@dev-blinq/cucumber_client 1.0.1689-dev → 1.0.1690-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.
@@ -535,7 +535,7 @@ export async function saveRecording({ step, cucumberStep, codePage, projectDir,
535
535
  const isUtilStep = makeStepTextUnique(step, stepsDefinitions);
536
536
 
537
537
  if (isUtilStep) {
538
- if (!step.renamedText) {
538
+ if (!step.renamedText || step.renamedText === step.text) {
539
539
  return;
540
540
  }
541
541
  step.text = step.text.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1689-dev",
3
+ "version": "1.0.1690-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",