Skip to content

Commit

Permalink
change to data explorer (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyang(Abby) Hu <[email protected]>
  • Loading branch information
abbyhu2000 authored Oct 2, 2023
1 parent 3483571 commit 07eb834
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cypress/integration/common/dashboard_sample_data_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,8 @@ export function dashboardSanityTests() {

describe('checking discover', () => {
before(() => {
cy.setAdvancedSetting({ 'discover:v2': false });
// Go to the Discover page
miscUtils.visitPage('app/discover#/');
miscUtils.visitPage('app/data-explorer/discover#/');
});

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

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

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

0 comments on commit 07eb834

Please sign in to comment.