Skip to content

Commit

Permalink
Update reports dashboards test (#1089) (#1097)
Browse files Browse the repository at this point in the history
Adds data test sub

Signed-off-by: Rupal Mahajan <[email protected]>
(cherry picked from commit a3e704b)

Co-authored-by: Rupal Mahajan <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and rupal-bq authored Feb 16, 2024
1 parent 7e0a925 commit 3a685de
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ describe('Cypress', () => {
cy.wait(5000);

// open saved search list
cy.get(
'button.euiButtonEmpty:nth-child(3) > span:nth-child(1) > span:nth-child(1)'
).click({ force: true });
cy.get('[data-test-subj="discoverOpenButton"]').click({ force: true });
cy.wait(5000);

// click first entry
Expand Down

0 comments on commit 3a685de

Please sign in to comment.