froth-webdriverio-framework 3.0.118 → 3.0.119

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.
@@ -57,6 +57,8 @@ async function jsonToFormData(json) {
57
57
  }
58
58
 
59
59
  appendFormData(json);
60
+ console.log("FormData in json to formdata:",formData);
61
+ console.log("FormData in json to formdata:", JSON.stringify(formData));
60
62
  return formData;
61
63
  }
62
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.118",
3
+ "version": "3.0.119",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",