Skip to content

Commit 8a58446

Browse files
TackAdamAdam Tackett
andauthored
fix reporting test (#1776)
Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]>
1 parent e4de45a commit 8a58446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Cypress', () => {
5050
});
5151

5252
// download PDF
53-
cy.get('#generatePDF > span:nth-child(1) > span:nth-child(2)').click({
53+
cy.get('#generatePDF').click({
5454
force: true,
5555
});
5656

0 commit comments

Comments
 (0)