Skip to content

Commit

Permalink
Disabled POS tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Aug 8, 2023
1 parent 51da0af commit 3b8adbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() + '[email protected]';

magentoRestApi.createCustomer(email);
Expand Down

0 comments on commit 3b8adbb

Please sign in to comment.