froth-webdriverio-framework 1.0.18 → 1.0.19
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/api/readTestdata.js +1 -1
- package/package.json +1 -1
package/api/readTestdata.js
CHANGED
|
@@ -10,7 +10,7 @@ async function getDataById(frothUrl, token, id) {
|
|
|
10
10
|
const url = `https://${frothUrl}/api/testdata-retrieve/${id}/`;
|
|
11
11
|
|
|
12
12
|
try {
|
|
13
|
-
console.log("inside detdataby id ")
|
|
13
|
+
console.log("inside detdataby id "+url)
|
|
14
14
|
const response = await fetch(url, {
|
|
15
15
|
method: 'GET',
|
|
16
16
|
headers: {
|