From 32b2a6f906399efc1887244ae638b46cfb6f68ad Mon Sep 17 00:00:00 2001 From: rdogra-nimble Date: Wed, 23 Nov 2022 11:06:16 +0000 Subject: [PATCH] fix syntax issue --- .../cypress/e2e/footer/112379_footer-links-navigation.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'); });