Skip to content

Commit

Permalink
fix discover (#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
(cherry picked from commit a594aef)
  • Loading branch information
abbyhu2000 authored and github-actions[bot] committed Aug 31, 2023
1 parent 2b809d8 commit 41fe3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/integration/common/dashboard_sample_data_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {});
Expand Down

0 comments on commit 41fe3f6

Please sign in to comment.