Skip to content

Commit

Permalink
fix discover (opensearch-project#807)
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
Signed-off-by: leanne.laceybyrne@eliatra.com <leanne.laceybyrne@eliatra.com>
  • Loading branch information
abbyhu2000 authored and leanneeliatra committed Sep 29, 2023
1 parent b37c0b1 commit c9990e7
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 c9990e7

Please sign in to comment.