-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 Load takes a long time time to finish when "experimentalSourceRewriting" is set to true. #7669
Comments
Good evening - Just wanted to check if this defect is on your road map anytime in near future? |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Duplicate of #7565 |
Current behavior:
Whenever I set "experimentalSourceRewriting" to true in my Env Config, Page Load keeps on loading after signing in to the page even though in the Browser window, The page has loaded completely.
This will eventually time out and will stop the testing and will not proceed the next steps of the testing.
Desired behavior:
Page Load will complete and proceed to the other steps.
Test code to reproduce
Please note that I am using Chance.js to generate Strings and created a Custom Command for the whole login process.
Versions
Cypress 4.8, Mac OS Catalina, Chrome Version 83.0.4103.61
The text was updated successfully, but these errors were encountered: