https://cypress.io logo
Testid Never been found
# i-need-help
i
Hello guys, I am new on cypress, and my work now using cypress. I still confused. I got an error said "Timed out retrying after 4000ms: Expected to find element: [data-testid="testId "], but never found it." When I looked at the code I have testId. I got confused why testId never been found?
s
Hi! yeah for some reason it didn't find the element. Are you sure that you wrote it correctly? Is the element hidden? Have you looked into custom commands yet? cy.getBySel() for example
l
did you try increasing the timeout?
g
i
@steep-furniture-84934 yeah I am pretty sure I wrote it correctly. it is not hidden, but on the front-end it was inside div. I haven't looked into custom commands yet, and I will do. Thank you to response. I will give you an update
@late-greece-72449 yeah I did, but it took forever to load
Thank you to share the link I will look into it