https://cypress.io logo
Can't find the element with cy.get()
# i-need-help
l
I cannot find the element i am looking for and I don't get why, please help
g
🙂 Read https://glebbahmutov.com/blog/debug-cy-get-and-contains/ but in your case open the DevTools and look what attribute works and how your test is written 🙂
(hint the testid is missing the "id" part in the DOM, right)