diff --git a/Test/End-2-end/cypress/e2e/magento/backend/pointofsale.cy.js b/Test/End-2-end/cypress/e2e/magento/backend/pointofsale.cy.js index c6c2dbe5494..cc931612b07 100644 --- a/Test/End-2-end/cypress/e2e/magento/backend/pointofsale.cy.js +++ b/Test/End-2-end/cypress/e2e/magento/backend/pointofsale.cy.js @@ -9,7 +9,7 @@ const ordersCreatePage = new OrdersCreatePage(); const cookies = new Cookies(); describe('Placing orders using Point Of Sale from the backend', () => { - it('Is possible to place an order using Point Of Sale that is being paid', () => { + it.skip('Is possible to place an order using Point Of Sale that is being paid', () => { cy.backendLogin(); ordersCreatePage.createNewOrderFor('Veronica Costello'); diff --git a/Test/End-2-end/cypress/e2e/magento/methods/pointofsale.cy.js b/Test/End-2-end/cypress/e2e/magento/methods/pointofsale.cy.js index 7d8fb9a27a0..ea7bdb80702 100644 --- a/Test/End-2-end/cypress/e2e/magento/methods/pointofsale.cy.js +++ b/Test/End-2-end/cypress/e2e/magento/methods/pointofsale.cy.js @@ -15,7 +15,7 @@ describe('Point of sale behaves as expected', () => { cy.get('[value="mollie_methods_pointofsale"]').should('not.exist'); }); - it('C1259057: Validate that Point Of Sale is shown when the customer is in the correct customer group', () => { + it.skip('C1259057: Validate that Point Of Sale is shown when the customer is in the correct customer group', () => { const email = Date.now() + 'user@example.com'; magentoRestApi.createCustomer(email);