Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #441 from DFE-Digital/fix/syntax-error-issue
Browse files Browse the repository at this point in the history
Fix syntax issue
  • Loading branch information
rdogra-nimble authored Nov 23, 2022
2 parents de0f0fd + 32b2a6f commit 0d99996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Cypress._.each(['ipad-mini'], (viewport) => {
it('TC02: should navigate to Give Feedback link', () => {
cy.get('h2').should('contain', 'Give feedback');
cy.get('li').should('contain', 'Email');
cy.get('data-cy="footer-feedback-link"')
cy.get('[data-cy="footer-feedback-link"]')
.should('contain', 'Give feedback on Prepare conversions and transfers (opens in a new tab)');
});

Expand Down

0 comments on commit 0d99996

Please sign in to comment.