Questions tagged [cypress-test-id]

1 questions
4
votes
1 answer

How do I use data-testid attribute with a React Component Test?

I am doing a Component Test on a simple react component, which I want to render and then do some tests on. The problem is that cy.get() does not seem to find the component based on a data-testid attribute. I tested it with a simple div and the div…