@zohodesk/testinglibrary 0.1.8-stb-bdd-v22 → 0.1.8-stb-bdd-v23

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.
@@ -53,10 +53,10 @@ function testDataCreation() {
53
53
  $currentStep.currentArgument = [];
54
54
  $currentStep.input = false;
55
55
  }
56
- const dataTableStep = [];
56
+ var dataTableStep;
57
57
  step === null || step === void 0 || (_step$dataTable = step.dataTable) === null || _step$dataTable === void 0 || _step$dataTable.rows.forEach(cell => {
58
58
  const Table = cell.cells.map(element => element.value);
59
- dataTableStep.push(Table);
59
+ dataTableStep = Table;
60
60
  });
61
61
  if (step !== null && step !== void 0 && step.dataTable) {
62
62
  $currentStep.dataTableStep = dataTableStep;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.1.8-stb-bdd-v22",
3
+ "version": "0.1.8-stb-bdd-v23",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {