Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrk39 committed Dec 20, 2024
1 parent 2e661a5 commit f29fb5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('[31970] Do successful payment', async ({ page }) => {
await paymentsPage.validateToastMessage('Payment created.');
await paymentsPage.navigateToProgramPage('Payments');
await paymentsPage.waitForPaymentToComplete();
// First try to validate the payment card where system still waits for the response from the PA
// First try to validate the payment card where system still waits for the response from the PA with Voucher payment method.
await paymentsPage.validatePaymentCard({
date: lastPaymentDate,
paymentAmount: defaultMaxTransferValue,
Expand Down

0 comments on commit f29fb5b

Please sign in to comment.