Do you have any timeline or date for this issue to be resolved or new version with this fix to be available?
Hi @neilmatillano
We plan to fix this issue during Sprint 10. I cannot provide you with a strong timeline, but usually it takes about 2-3 weeks.
Also, when the issue will be fixed, we will publish a new testcafe version at once.
The fix is published in [email protected]
Great! Thanks! I will try this version!
@LavrovArtem @helen-dikareva I updated to this version and tried. Now I get this new error ( different from previous one -- Unhandled promise rejection ), but now it automatically closes the browser:
✖ InitialTest
1) Error on page "https://...":
Uncaught SyntaxError: 'super' keyword unexpected here
Browser: Chrome 62.0.3202 / Mac OS X 10.13.1
1/1 failed (5s)
@neilmatillano Please try to run TestCafe with the --skip-js-errors flag. (more information):
@neilmatillano I've investigated the error and found another our problem.
We will let you know when we release a version with the fix.
Thank you @LavrovArtem , yes i added the --skip-js-errors, no crash but the page is still not loading properly.
Do you have an estimate for the release with the fix for this new issue? @LavrovArtem
Thanks!
We will publish the release with a fix next week.
@neilmatillano The fix is published in [email protected]
@LavrovArtem , page seems to finally get loaded now. I will check further by adding more tests. Thank you all for the reactivity!
I just downloaded version [email protected] and I am still seeing the original error that was posted in the original thread. I am running the same environment as well. I tried running in remote as well and it still didn't work.
Hi @EItanya.
Try to use the latest version - [email protected] and tell us about results..
Hi, @miherlosev, Thanks so much for the rapid response. I downloaded the newest version and the tests now start up without the error, but nothing displays so the test ends up failing. I navigate to the URL normally and the website shows up, but when I input the same URL into the test it loads, but nothing renders.
I navigate to the URL normally
Is your site public? Could you, please, provide an url?
No it is not, sorry
In this case, we need an example to reproduce. By the description you provided, it is a difficult to determinate the reason of the problem. Or we can try to organize an remote session using Skype.
I talked it over with my team and that would be great. How would you like to go about scheduling that?
Write me on mikhail.[email protected].
I will send you an invitation to the TestCafe's Slack channel.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Most helpful comment
@LavrovArtem , page seems to finally get loaded now. I will check further by adding more tests. Thank you all for the reactivity!