Skip to content

Commit

Permalink
Update reports dashboards test (#1089)
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)
  • Loading branch information
rupal-bq authored and github-actions[bot] committed Feb 16, 2024
1 parent 34a2630 commit 95edea3
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 95edea3

Please sign in to comment.