@dev-blinq/cucumber_client 1.0.1715-dev → 1.0.1716-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.
@@ -1234,7 +1234,7 @@ export class BVTRecorder {
1234
1234
  [element_name ?? "element"]: allStrategyLocators
1235
1235
  };
1236
1236
  const result = await this.namesService.generateLocatorDescriptions({ locatorsObj: input });
1237
- return result;
1237
+ return result[element_name ?? "element"];
1238
1238
  }
1239
1239
  async findRelatedTextInAllFrames({ searchString, climb, contextText, params, }) {
1240
1240
  if (searchString.length === 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1715-dev",
3
+ "version": "1.0.1716-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",