diff --git a/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js b/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js index 6d0731578..cc233a8ac 100644 --- a/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js +++ b/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js @@ -7,7 +7,7 @@ describe('Lighthouse Metrics', () => { cy.lighthouse({ accessibility: 97, 'best-practices': 97, - seo: 97, + seo: 90, performance: 60, // Once the performance issues are fixed revert this 90, }); }); diff --git a/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js b/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js index e593a48ef..4ee8bfcfb 100644 --- a/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js +++ b/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js @@ -7,7 +7,7 @@ describe('Lighthouse Metrics', () => { cy.lighthouse({ accessibility: 97, 'best-practices': 97, - seo: 97, + seo: 90, performance: 40, // Once the performance issues are fixed revert this 90, }); });