Skip to content

Commit

Permalink
Change download format (#855) (#860)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
(cherry picked from commit 0c17c2f)

Co-authored-by: Kavitha Conjeevaram Mohan <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and kavithacm authored Sep 15, 2023
1 parent 85e9d46 commit 1ca2a69
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ describe('Cypress', () => {

cy.wait(12500);
cy.get('[id="landingPageOnDemandDownload"]')
.contains('PDF')
.contains('CSV')
.click({ force: true });
cy.get('.euiToastHeader__title')
.contains('Successfully generated report')
.contains('Successfully downloaded report')
.should('exist');
});

Expand Down

0 comments on commit 1ca2a69

Please sign in to comment.