@cuppet/core 1.3.5 → 1.3.6

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.
@@ -87,7 +87,7 @@ When(
87
87
  */
88
88
  When(
89
89
  'I generate date in {string} format for {string} days from now with UTC offset {int} hours and store it in {string}',
90
- async function (format, offset, days, variable) {
90
+ async function (format, days, offset, variable) {
91
91
  const utcOffset = offset * 60;
92
92
  await dataStorage.generateAndSaveDateWithCustomFormatAndTz(format, variable, days, utcOffset);
93
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuppet/core",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Core testing framework components for Cuppet - BDD framework based on Cucumber and Puppeteer",
5
5
  "main": "index.js",
6
6
  "files": [