froth-webdriverio-framework 4.0.2 → 4.0.3
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.
|
@@ -114,7 +114,7 @@ async function validate(attribute_name, attribute, actionname, buffer, buffernam
|
|
|
114
114
|
} else if (actionname.toLowerCase() == "getbuffer") {
|
|
115
115
|
let annotationMessage = `The vlaue has been retrived from the buffer : ${buffername_value}.`;
|
|
116
116
|
await amendToBrowserstack(annotationMessage, "info");
|
|
117
|
-
return BUFFER.getItem(buffername_value);
|
|
117
|
+
return await BUFFER.getItem(buffername_value);
|
|
118
118
|
|
|
119
119
|
}
|
|
120
120
|
// } catch (e) {
|