From 2e0c1b34f08c88fdbbab285e7ce09f4b24482ea7 Mon Sep 17 00:00:00 2001 From: "Qingyang(Abby) Hu" Date: Wed, 30 Aug 2023 12:39:58 -0700 Subject: [PATCH] fix discover (#803) Signed-off-by: abbyhu2000 --- cypress/integration/common/dashboard_sample_data_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {});