Skip to content

Commit

Permalink
fix discover (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
  • Loading branch information
abbyhu2000 committed Aug 30, 2023
1 parent 14892a0 commit 2e0c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/common/dashboard_sample_data_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {});
Expand Down

0 comments on commit 2e0c1b3

Please sign in to comment.