Skip to content

Commit

Permalink
Revert "change to data explorer (opensearch-project#900)"
Browse files Browse the repository at this point in the history
This reverts commit 07eb834.
  • Loading branch information
paulstn committed Oct 4, 2023
1 parent ef9eab0 commit 7a62ed0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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/data-explorer/discover#/');
miscUtils.visitPage('app/discover#/');
});

after(() => {});
Expand Down Expand Up @@ -279,7 +280,10 @@ export function dashboardSanityTests() {
});

it('checking index pattern switch button display', () => {
cy.getElementByTestId('dataExplorerDSSelect').should('be.visible');
commonUI.checkElementExists(
'button[data-test-subj="indexPattern-switch-link"]',
1
);
});

it('checking field filter display', () => {
Expand Down

0 comments on commit 7a62ed0

Please sign in to comment.