-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page doesn't load in hammerhead-playground #1389
Comments
Do you have any timeline or date for this issue to be resolved or new version with this fix to be available? |
Hi @neilmatillano |
The fix is published in |
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/1 failed (5s) |
@neilmatillano Please try to run TestCafe with the |
@neilmatillano I've investigated the error and found another our problem. |
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 |
We will publish the release with a fix next week. |
@neilmatillano The fix is published in |
@LavrovArtem , page seems to finally get loaded now. I will check further by adding more tests. Thank you all for the reactivity! |
fixed in #1410 |
I just downloaded version |
Hi @EItanya. |
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. |
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 [email protected]. |
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. |
Based on question
url is private
It happens due to error in
generateCallExpression
method:(node:2717) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: First argument must be a string or Buffer
The text was updated successfully, but these errors were encountered: