@dev-blinq/cucumber_client 1.0.1215-dev → 1.0.1216-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.
@@ -166,6 +166,8 @@ async function verify_the_downloaded_file_exists(fileName) {
166
166
 
167
167
  Then("Verify the file {string} exists", { timeout: 60000 }, verify_the_downloaded_file_exists);
168
168
 
169
+ When("Noop", async function(){})
170
+
169
171
  /**
170
172
  * Verify the page url is "<url>"
171
173
  * @param {string} url URL to be verified against current URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1215-dev",
3
+ "version": "1.0.1216-dev",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",