Skip to content

Commit

Permalink
revert unintended cypress changes (CXSPA-4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uli-Tiger committed Oct 6, 2023
1 parent 3330618 commit 9f6d326
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
1 change: 1 addition & 0 deletions projects/storefrontapp-e2e-cypress/cypress.config.ci.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 SAP Spartacus team <[email protected]>
* SPDX-FileCopyrightText: 2023 SAP Spartacus team <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions projects/storefrontapp-e2e-cypress/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default defineConfig({
env: {
CLIENT_ID: 'mobile_android',
CLIENT_SECRET: 'secret',
API_URL: 'https://team-server.tiger-ci.only.sap:17002',
BASE_SITE: 'powertools-spa',
API_URL: 'https://40.76.109.9:9002',
BASE_SITE: 'electronics-spa',
BASE_LANG: 'en',
BASE_CURRENCY: 'USD',
OCC_PREFIX: '/occ/v2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,5 @@ describe('My Account - Update Password', () => {
});
}
);

describe('update password by agent', { testIsolation: false }, () => {
isolateTests();
before(() => {
standardUser.registrationData.email = generateMail(
randomString(),
true
);
cy.requireLoggedIn(standardUser);
cy.visit('/');
});

after(() => {
signOutUser();
});
});
});
});
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 SAP Spartacus team <[email protected]>
* SPDX-FileCopyrightText: 2023 SAP Spartacus team <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion projects/storefrontapp-e2e-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"cy:open:mcs": "cypress open --config baseUrl=https://spartacusstore.cg79x9wuu9-ecdhcomme2-s1-public.model-t.myhybris.cloud --env API_URL=https://api.cg79x9wuu9-ecdhcomme2-s1-public.model-t.myhybris.cloud",
"cy:run": "cypress run",
"cy:run:b2b": "cypress run --env BASE_SITE=powertools-spa,OCC_PREFIX_USER_ENDPOINT=orgUsers",
"cy:run:updatepassword": "cypress run --env API_URL=https://api.cg79x9wuu9-eccommerc1-p1-public.model-t.myhybris.cloud/ --spec \"cypress/e2e/regression/my-account/update-password.e2e.cy.ts\"",
"cy:run:core": "cypress run --spec \"cypress/e2e/**/*.core-e2e.cy.ts\"",
"cy:run:product-configurator-vc": "cypress run --spec \"cypress/e2e/**/*-configurator*.*e2e.cy.ts\"",
"cy:run:cpq": "cypress run --config-file cypress.config.ci.ts --config baseUrl=https://jsapps.cpce-teamtiger1-d2-public.model-t.cc.commerce.ondemand.com,defaultCommandTimeout=100000,requestTimeout=1000000,responseTimeout=1000000,pageLoadTimeout=1000000 --reporter junit --reporter-options mochaFile=results/test-results-[hash].xml --env API_URL=https://api.cpce-teamtiger1-d2-public.model-t.cc.commerce.ondemand.com --spec \"cypress/e2e/**/cpq-configuration.core-e2e.cy.ts\"",
Expand Down

0 comments on commit 9f6d326

Please sign in to comment.