Skip to content

Commit

Permalink
PRMP-935 increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Oct 15, 2024
1 parent 7303f3b commit 816f336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('GP Workflow: View Lloyd George record', () => {

cy.url().should('contain', lloydGeorgeRecordUrl);

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

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

Expand Down

0 comments on commit 816f336

Please sign in to comment.