@dev-blinq/cucumber_client 1.0.1716-dev → 1.0.1717-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.
|
@@ -488,7 +488,7 @@ function makeStepTextUnique(step, stepsDefinitions) {
|
|
|
488
488
|
if (
|
|
489
489
|
stepDef &&
|
|
490
490
|
(stepDef?.file.endsWith("utils.mjs") || stepDef?.file.endsWith("default_page.mjs")) &&
|
|
491
|
-
|
|
491
|
+
step.shouldMakeStepTextUnique === false
|
|
492
492
|
) {
|
|
493
493
|
return true;
|
|
494
494
|
}
|