|
|
|
|
|
by worldsayshi
1839 days ago
|
|
I've had some issues with Cypress selectors randomly failing to find matching elements, even though they are clearly present. Like if I run the same script 10 times it goes through ~7 times. I wanted to try Playwright for another application to avoid such issues. And then I was very surprised to get almost the exact same issues with Playwright. Running against a different application with different test cases. Has anyone else had issues like this with React applications? It's very annoying to not be able to write repeatable tests. |
|