Skip to content
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 toEqual diff output in IE #1236

Closed
wants to merge 1 commit into from

Conversation

benchristel
Copy link

@benchristel benchristel commented Nov 20, 2016

This fixes spec failures in IE caused by #1163

@benchristel benchristel force-pushed the eq-diffs-ie-fix branch 2 times, most recently from 8586ed2 to 7b4163d Compare November 20, 2016 22:28
@benchristel
Copy link
Author

Hi @slackersoft, please review when you have a chance.

It seems the IE tests are not actually being run on Travis for pending PRs, which would have caught this before the first PR was merged. Any reason the IE tests run for master but not for other branches?

@slackersoft
Copy link
Member

Unfortunately, none of the browser tests are run for pull requests. The way it's set up now we use SauceLabs for the browser tests, so we have our API info secured travis environment variables, which aren't available to pull request builds for security reasons.

@benchristel
Copy link
Author

Ahh, that makes sense. Thanks for the info.

- Mismatches were not being recorded on the diffBuilder when using the IE8 strategy for comparing DOM nodes.
- IE8 doesn't support enumeration of the constructor property, so failure messages will not print the constructor property on IE8.
@slackersoft
Copy link
Member

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants