Skip to content

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

Closed
wants to merge 8 commits into from

Conversation

marclaval
Copy link
Contributor

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:

  • from 124 to 30 in IE11
  • from 39 to 23 in Firefox 38

More fixes will follow, aiming to reach 0 in both.

@@ -323,4 +323,7 @@ class BrowserDomAdapter extends GenericBrowserDomAdapter {
var baseUri = Uri.parse(uri);
return baseUri.path;
}
getUserAgent() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return type

@vicb
Copy link
Contributor

vicb commented May 21, 2015

Are tests executed on Sauce for those browsers ?

@marclaval marclaval force-pushed the utFirstBatch branch 5 times, most recently from eb36650 to eab4aa1 Compare May 21, 2015 13:08
@marclaval
Copy link
Contributor Author

Comments integrated.

About Sauce, it is not yet used, but it would be great to set it up once some browsers are green.

@vicb
Copy link
Contributor

vicb commented May 22, 2015

LGTM after you add a missing comment to explain why we need one hack

@vicb vicb added @lgtm action: merge The PR is ready for merge by the caretaker action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels May 22, 2015
@marclaval marclaval closed this in 661a047 May 22, 2015
@marclaval marclaval deleted the utFirstBatch branch December 11, 2017 10:19
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews action: merge The PR is ready for merge by the caretaker cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants