-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[test] Set the URL to better match real environments #34449
[test] Set the URL to better match real environments #34449
Conversation
I added it because of the error I got in jsdom/jsdom#2383 when I was writing tests for Happy to remove it if it does not produce the error anymore. |
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
@siriwatknp Thanks for the context, so I assume that #34027 solved the issue hence the comment that points to jsdom/jsdom#2383 is misleading, it's a case that we need to support 😁. Now, in hindsight, it's because you have added the URL that we could surface a bug in the tests of MUI X, which lead to mui/mui-x#6273. I think that it does make more sense to have the URL equal |
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
This logic was added in #31273. I'm testing that we no longer need it. I suspect that it was added to solve #33853. Removing it makes the test environment better capture the complexity of the production environments, it can also be seen as a test for #34027.