artes 1.1.39 → 1.1.40

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.39",
3
+ "version": "1.1.40",
4
4
  "description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,10 +1,9 @@
1
1
  const {
2
2
  When,
3
3
  context,
4
- expect,
5
- selector,
6
4
  extractVarsFromResponse,
7
5
  saveVar,
6
+ time,random
8
7
  } = require("../helper/imports/commons");
9
8
  const { api } = require("../helper/stepFunctions/exporter");
10
9
  const Ajv = require("ajv");
@@ -7,6 +7,7 @@ const {
7
7
  context,
8
8
  } = require("../helper/imports/commons");
9
9
  const { assert, frame } = require("../helper/stepFunctions/exporter");
10
+ const Ajv = require("ajv");
10
11
 
11
12
  // Check if a selector should be attached
12
13
  Then("User expects {string} should be attached", async function (selector) {