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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "artes",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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 a {string} randomly with payload:",
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;