@dev-blinq/cucumber_client 1.0.1313-dev → 1.0.1314-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.
@@ -265,6 +265,7 @@ export class BVTRecorder {
265
265
  const locator = await this.web.page.locator(selector);
266
266
  const snapshot = await locator.ariaSnapshot();
267
267
  return snapshot;
268
+ // Triggering workflow
268
269
  };
269
270
 
270
271
  processObject = async ({ type, action, value }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1313-dev",
3
+ "version": "1.0.1314-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",