Skip to content

Commit 9d0b586

Browse files
Update reports dashboards test (#1089) (#1096)
Adds data test sub Signed-off-by: Rupal Mahajan <maharup@amazon.com> (cherry picked from commit a3e704b) Co-authored-by: Rupal Mahajan <maharup@amazon.com>
1 parent 6a82130 commit 9d0b586

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cypress/integration/plugins/reports-dashboards/04-download.spec.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ describe('Cypress', () => {
7373
cy.wait(5000);
7474

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

8179
// click first entry

0 commit comments

Comments
 (0)