artes 1.1.38 → 1.1.39

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.38",
3
+ "version": "1.1.39",
4
4
  "description": "The simplest way to automate UI and API tests using Cucumber-style steps.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -288,7 +288,7 @@ When(
288
288
  );
289
289
 
290
290
 
291
- Given(
291
+ When(
292
292
  "User sets {string} date {int} days from today",
293
293
  async function (dateName, days) {
294
294
  const expiresAt =