Cypress E2E testing failing in Edge on Windows 11 Enterprise, but not Windows 11 Pro? #26380
Unanswered
mitchellmoorehealthpartners
asked this question in
Questions and Help
Replies: 1 comment
-
Here is a closer look at the error message I receive whilst running E2E testing on Windows 11 Enterprise |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been troubleshooting an issue now for around a week and I'm not really sure where to go from here. I'll include as much detail as I possibly can regarding this issue.
Issue:
Cypress E2E testing is failing in Edge on Windows 11 Enterprise, but not Windows 11 Pro.
Detail:
I am currently using a Microsoft 365 Cloud PC, which is running Windows 11 Enterprise as an OS. When I run a Cypress E2E test in Edge, it fails with the following error message;
Timed out after waiting 60000ms for your remote page to load.
Your page did not fire its load event within 60000ms.
I have tried increasing the pageLoadTimeout and that just resulted in Cypress taking longer to error.
I do not, however, get the same issue when using a VM running on Windows 11 Pro - using the same exact code. I was wondering if anyone has encountered this issue before and if so, how they fixed it?
Beta Was this translation helpful? Give feedback.
All reactions