Skip to content

Commit

Permalink
PRMP-935 smoke test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Oct 15, 2024
1 parent 09948d1 commit 742fc76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ describe('GP Workflow: View Lloyd George record', () => {
cy.get('#verify-submit').click();

cy.url().should('contain', lloydGeorgeRecordUrl);
cy.contains('Loading...').should('be.visible');

cy.getByTestId('pdf-viewer', { timeout: 20000 }).should('be.visible');
cy.getByTestId('pdf-viewer').should('be.visible', { timeout: 20000 });

cy.getByTestId('download-all-files-link').click();

Expand Down

0 comments on commit 742fc76

Please sign in to comment.