Powered by
Can't find the element with cy.get()
# i-need-help
l
limited-yacht-64327
03/06/2023, 1:10 PM
I cannot find the element i am looking for and I don't get why, please help
g
gray-kilobyte-89541
03/06/2023, 2:20 PM
🙂 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 🙂
gray-kilobyte-89541
03/06/2023, 2:20 PM
(hint the testid is missing the "id" part in the DOM, right)
Previous
Next