Skip to content

Commit

Permalink
[PPANTT-131] feat: Updated payment_options_step.js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Oct 1, 2024
1 parent 3d90e2b commit 96429e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Then('payments options has size {int}', function (expectedSize) {
});

Then('payments option n {int} has {int} installments', function (i, expectedSize) {
console.logs(this.response?.data?.paymentOptions);
assert.strictEqual(this.response?.data?.paymentOptions[i - 1].installments.length, expectedSize);
});

Expand Down

0 comments on commit 96429e3

Please sign in to comment.