DevExpress / testcafe-react-selectors

TestCafe selector extensions for React apps.
https://testcafe.io
MIT License
205 stars 43 forks source link

Newer version of babel break the selector #122

Closed olafura closed 5 years ago

olafura commented 5 years ago

I'm having problems with: "react-scripts": "^2.0.4"

I also tested it with using it where it's ejected create react app with this babel version: "@babel/core": "^7.1.2"

olafura commented 5 years ago

It there any way of testing it when I'm in debug, otherwise I'm going to put a lot of console.log all over to try to figure this out ;)

kirovboris commented 5 years ago

Could you please describe which issues you encountered with ReactSelector? Since TestCafe uses its own babel version for compiling tests, ReactSelector doesn't rely on a babel version from your project. Do you have any issues while running TestCafe tests? Or when the app was built with updated babel and react-script it changed its structure, which made old React selectors invalid?

The following details would be useful:

kirovboris commented 5 years ago

I will close the issue because no activity has been encountered for a long time. Feel free to reopen the issue if the problem persists and you can provide an example to reproduce it.