Skip to content

Commit

Permalink
fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Jan 9, 2024
1 parent 24d2d8b commit db45b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ describe('GP Workflow: View Lloyd George record', () => {
cy.get('#verify-submit').click();
cy.wait('@lloydGeorgeStitch');

cy.getByTestId('actions-menu').click();
cy.getByTestId('download-all-files-link').should('not.exist');
cy.getByTestId('actions-menu').should('not.exist');
},
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ describe('GP Workflow: View Lloyd George record', () => {
cy.get('#verify-submit').click();
cy.wait('@lloydGeorgeStitch');

cy.getByTestId('actions-menu').click();
cy.getByTestId('download-all-files-link').should('not.exist');
cy.getByTestId('actions-menu').should('not.exist');
},
);
});
Expand Down

0 comments on commit db45b9f

Please sign in to comment.