diff --git a/end-to-end-tests/cypress/e2e/footer/112379_footer-links-navigation.cy.js b/end-to-end-tests/cypress/e2e/footer/112379_footer-links-navigation.cy.js index 7bee7636f..afd5adb0c 100644 --- a/end-to-end-tests/cypress/e2e/footer/112379_footer-links-navigation.cy.js +++ b/end-to-end-tests/cypress/e2e/footer/112379_footer-links-navigation.cy.js @@ -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)'); });