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.
- package/commonMethods/apicall.js +1 -1
- package/package.json +1 -1
package/commonMethods/apicall.js
CHANGED
|
@@ -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
|
-
|
|
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
|
|