From 3b8adbb67530335a701500732add52fb7f323324 Mon Sep 17 00:00:00 2001 From: Michiel Gerritsen Date: Tue, 8 Aug 2023 15:51:41 +0200 Subject: [PATCH] Disabled POS tests for now --- Test/End-2-end/cypress/e2e/magento/backend/pointofsale.cy.js | 2 +- Test/End-2-end/cypress/e2e/magento/methods/pointofsale.cy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);