From cb835e00b9a44227f57dca76a811819c49c362cf Mon Sep 17 00:00:00 2001 From: Christoph Hinssen <33626130+ChristophHi@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:46:40 +0200 Subject: [PATCH] test: CXSPA-8326 don't run e2e tests for obsolete CPQ flavour (#19208) --- .../e2e/vendor/cpq/cpq-configuration.core-e2e.cy.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projects/storefrontapp-e2e-cypress/cypress/e2e/vendor/cpq/cpq-configuration.core-e2e.cy.ts b/projects/storefrontapp-e2e-cypress/cypress/e2e/vendor/cpq/cpq-configuration.core-e2e.cy.ts index f81d95ef0a3..d10cf186619 100644 --- a/projects/storefrontapp-e2e-cypress/cypress/e2e/vendor/cpq/cpq-configuration.core-e2e.cy.ts +++ b/projects/storefrontapp-e2e-cypress/cypress/e2e/vendor/cpq/cpq-configuration.core-e2e.cy.ts @@ -93,17 +93,14 @@ const ATTR_NAMES = { ], }; +//only test with cpqOverOcc = true. For now we leave the option to run the obsolete flavor +//but delete it finally with the next breaking major release const testConfig = [ { name: 'CPQ Configuration - cpqOverOcc Mode', cpqOverOcc: true, backendURL: `${Cypress.env('OCC_PREFIX')}/${POWERTOOLS}/cpqconfigurator/**`, }, - { - name: 'CPQ Configuration - direct Mode', - cpqOverOcc: false, - backendURL: '**/api/configuration/v1/configurations/**', - }, ]; testConfig.forEach((config) => {