diff --git a/cypress/integration/common/dashboard_sample_data_spec.js b/cypress/integration/common/dashboard_sample_data_spec.js index 5e76f001b..d6ee6f0c7 100644 --- a/cypress/integration/common/dashboard_sample_data_spec.js +++ b/cypress/integration/common/dashboard_sample_data_spec.js @@ -247,8 +247,9 @@ export function dashboardSanityTests() { describe('checking discover', () => { before(() => { + cy.setAdvancedSetting({ 'discover:v2': false }); // Go to the Discover page - miscUtils.visitPage('app/discoverLegacy#/'); + miscUtils.visitPage('app/discover#/'); }); after(() => {});