diff --git a/cypress/integration/common/dashboard_sample_data_spec.js b/cypress/integration/common/dashboard_sample_data_spec.js index db2f225a1..5e76f001b 100644 --- a/cypress/integration/common/dashboard_sample_data_spec.js +++ b/cypress/integration/common/dashboard_sample_data_spec.js @@ -248,7 +248,7 @@ export function dashboardSanityTests() { describe('checking discover', () => { before(() => { // Go to the Discover page - miscUtils.visitPage('app/discover#/'); + miscUtils.visitPage('app/discoverLegacy#/'); }); after(() => {});