-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[FEAT CI] Fastboot and IE11 Integration Tests #6431
Comments
#6459 introduces an approach for having private packages that are fully functioning apps we can use to test with. We should use this approach to build the above fastboot scenarios, we can use ember-try to switch between jquery and non-jquery test runs without a single test app. For the IE11 tests we should just run our existing test suite in an IE11 box both with and without jQuery using ember-try |
Turning on jQuery during Fastboot doesn't make sense, jQuery doesn't run in node. |
@Gaurav0 if you have it on we use najax, if you don't we use fetch |
resolves #6431 Bugfix: jQuery+fastboot The added tests for fastboot revealed that fastboot+jQuery was broken because our computed property for getting the fastboot service wasn't setting and updating it's value properly leading to it always being false. This led us down the wrong code-path and ultimately meant that the url we provided to najax wasn't parsed correctly and would error.
We should test the following
IE11
Fastboot
The text was updated successfully, but these errors were encountered: