diff --git a/Test/End-2-end/cypress/e2e/magento/methods/riverty.cy.js b/Test/End-2-end/cypress/e2e/magento/methods/riverty.cy.js index 4b567d82507..ee95ac1312d 100644 --- a/Test/End-2-end/cypress/e2e/magento/methods/riverty.cy.js +++ b/Test/End-2-end/cypress/e2e/magento/methods/riverty.cy.js @@ -20,16 +20,14 @@ const cartPage = new CartPage(); if (Cypress.env('mollie_available_methods').includes('riverty')) { describe('Check that riverty behaves as expected', () => { [ - {status: 'authorized', orderStatus: 'Processing', title: 'C3303025: Validate the submission of an order with Riverty as payment method and payment mark as "Authorized"'}, + {status: 'paid', orderStatus: 'Processing', title: 'C3303025: Validate the submission of an order with Riverty as payment method and payment mark as "Paid"'}, {status: 'failed', orderStatus: 'Canceled', title: 'C3303026: Validate the submission of an order with Riverty as payment method and payment mark as "Failed"'}, {status: 'expired', orderStatus: 'Canceled', title: 'C3303027: Validate the submission of an order with Riverty as payment method and payment mark as "Expired"'}, - {status: 'canceled', orderStatus: 'Canceled', title: 'C3303028: Validate the submission of an order with Riverty as payment method and payment mark as "Cancelled"'}, + {status: 'canceled', orderStatus: 'Canceled', title: 'C3303028: Validate the submission of an order with Riverty as payment method and payment mark as "Canceled"'}, ].forEach((testCase) => { it(testCase.title, () => { visitCheckoutPayment.visit(); - cy.fail('TODO') - cy.intercept('mollie/checkout/redirect/paymentToken/*').as('mollieRedirect'); checkoutPaymentPage.selectPaymentMethod('Riverty');