froth-webdriverio-framework 7.0.44 → 7.0.45
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.
|
@@ -41,12 +41,12 @@ async function getSuiteDetails(frothUrl, token, suiteId) {
|
|
|
41
41
|
|
|
42
42
|
// // Parse JSON
|
|
43
43
|
// let data;
|
|
44
|
-
try {
|
|
45
|
-
|
|
46
|
-
} catch (parseError) {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
44
|
+
// try {
|
|
45
|
+
// data = JSON.parse(decryptedData);
|
|
46
|
+
// } catch (parseError) {
|
|
47
|
+
// console.error('Failed to parse decrypted data:', parseError);
|
|
48
|
+
// return jsonData;
|
|
49
|
+
// }
|
|
50
50
|
|
|
51
51
|
// Map data to default structure
|
|
52
52
|
jsonData = {
|