froth-webdriverio-framework 3.0.61 → 3.0.63

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.
@@ -101,7 +101,7 @@ async function validateAttributeData(attribute_name, attribute, buffer, bufferna
101
101
  let assertionStatus = false; // Initialize status
102
102
  let valueToVerify;
103
103
 
104
- try {
104
+ try {
105
105
  //if buffer is true, get the value from buffer
106
106
  buffer ? valueToVerify = BUFFER.getItem(buffername_value) : valueToVerify = buffername_value;
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.61",
3
+ "version": "3.0.63",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",