@dev-blinq/cucumber_client 1.0.1700-dev → 1.0.1702-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.
|
@@ -553,7 +553,8 @@ export async function saveRecording({
|
|
|
553
553
|
step.renamedText && stepsDefinitions.findMatchingStep(step.renamedText)?.file.endsWith("default_page.mjs");
|
|
554
554
|
|
|
555
555
|
if (!isChangedUtilStepName) {
|
|
556
|
-
|
|
556
|
+
const isUtilStep = stepsDefinitions.findMatchingStep(step.text)?.file.endsWith("utils.mjs");
|
|
557
|
+
if (!step.renamedText || step.renamedText === step.text || isUtilStep) {
|
|
557
558
|
return;
|
|
558
559
|
}
|
|
559
560
|
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.
|
|
3
|
+
"version": "1.0.1702-dev",
|
|
4
4
|
"description": " ",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"types": "bin/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@cucumber/tag-expressions": "^6.1.1",
|
|
42
42
|
"@dev-blinq/cucumber-js": "1.0.216-dev",
|
|
43
43
|
"@faker-js/faker": "^8.4.1",
|
|
44
|
-
"automation_model": "1.0.
|
|
44
|
+
"automation_model": "1.0.923-dev",
|
|
45
45
|
"axios": "^1.7.4",
|
|
46
46
|
"chokidar": "^3.6.0",
|
|
47
47
|
"create-require": "^1.1.1",
|