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>
  • Loading branch information
abbyhu2000 committed Aug 31, 2023
1 parent 46c9a48 commit a594aef
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 a594aef

Please sign in to comment.