-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix tests for IE11 #212
fix tests for IE11 #212
Conversation
lgtm |
test/route-define-test.js
Outdated
|
||
mockRoute.stop(); | ||
QUnit.start(); | ||
},0.5); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain this? It's very good practice to put inline comments describing any changes that someone would not understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this change is needed, it really should be done inside _onStartComplete
. The purpose of that function is to tell tests when they can do assertions.
That said, I still don't understand why this change is needed. Why is _onStartComplete
being called before things have settled?
I think this should be ready to go now, @cherifGsoul. There are still a few flaky tests that we need to fix, but they are not IE11 specific. I see them failing intermittently in Chrome also. |
4a08a6c
to
0ec0ed6
Compare
test-saucelabs is failing. I'll take a look in a bit. |
0ec0ed6
to
8e217ed
Compare
can-observe
tests