artes 1.1.36 → 1.1.37
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/package.json
CHANGED
|
@@ -272,7 +272,7 @@ When(
|
|
|
272
272
|
);
|
|
273
273
|
|
|
274
274
|
Given(
|
|
275
|
-
"User sends GET request to {string} and save {string} variable from {string} array as
|
|
275
|
+
"User sends GET request to {string} and save {string} variable from {string} array as {string} randomly with payload:",
|
|
276
276
|
async (endPoint, varName, fromArray, variableKey, payload) => {
|
|
277
277
|
await api.get(endPoint, payload);
|
|
278
278
|
let responseBody;
|