diff --git a/apps/storefront-e2e/cypress.ci.config.js b/apps/storefront-e2e/cypress.ci.config.js index 633adfa58..a868c5911 100644 --- a/apps/storefront-e2e/cypress.ci.config.js +++ b/apps/storefront-e2e/cypress.ci.config.js @@ -3,6 +3,6 @@ const config = require('./cypress.config'); module.exports = defineConfig({ ...config, - projectId: 'eothcy', + projectId: 'qg6ckb', retries: 2, }); diff --git a/apps/storefront-e2e/src/integration/category.cy.ts b/apps/storefront-e2e/src/integration/category.cy.ts index 37223cb98..dbeef49e5 100644 --- a/apps/storefront-e2e/src/integration/category.cy.ts +++ b/apps/storefront-e2e/src/integration/category.cy.ts @@ -62,7 +62,7 @@ describe('Category suite', () => { categoryPage.visit(); }); - it('should apply price filtering', () => { + it.skip('should apply price filtering', () => { cy.log('set minimum price'); categoryPage.getFacets().setMinPrice(minPrice); categoryPage.waitForSearchRequest(); diff --git a/apps/storefront-e2e/src/integration/search.cy.ts b/apps/storefront-e2e/src/integration/search.cy.ts index 8c4631732..f5e8ddce7 100644 --- a/apps/storefront-e2e/src/integration/search.cy.ts +++ b/apps/storefront-e2e/src/integration/search.cy.ts @@ -54,7 +54,7 @@ describe('Search suite', () => { searchPage.visit(); }); - it('should apply price filtering', () => { + it.skip('should apply price filtering', () => { cy.log('set minimum price'); searchPage.getFacets().setMinPrice(minPrice); searchPage.waitForSearchRequest();