-
Notifications
You must be signed in to change notification settings - Fork 26.5k
fix(test): improving unit tests results in IE11 and Firefox 38 #2055
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
Conversation
@@ -323,4 +323,7 @@ class BrowserDomAdapter extends GenericBrowserDomAdapter { | |||
var baseUri = Uri.parse(uri); | |||
return baseUri.path; | |||
} | |||
getUserAgent() { |
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.
return type
Are tests executed on Sauce for those browsers ? |
eb36650
to
eab4aa1
Compare
Comments integrated. About Sauce, it is not yet used, but it would be great to set it up once some browsers are green. |
LGTM after you add a missing comment to explain why we need one hack |
… to "null" (IE11, Firefox)
…t not in DOM (IE11)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
A first batch of fixes to improve unit tests results in IE11 and Firefox 38.
With them, the numbers of failures is reduced as follows:
More fixes will follow, aiming to reach 0 in both.