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 IE11 #212

Merged
merged 5 commits into from
Nov 8, 2018
Merged

fix tests for IE11 #212

merged 5 commits into from
Nov 8, 2018

Conversation

cherifGsoul
Copy link
Member

@cherifGsoul cherifGsoul commented Oct 30, 2018

  • Fix routing values conflicts between tests with timeout for ie11.
  • Skip can-observe tests

@matthewp
Copy link
Contributor

lgtm


mockRoute.stop();
QUnit.start();
},0.5);
Copy link
Contributor

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.

Copy link
Contributor

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?

@phillipskevin
Copy link
Contributor

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.

@phillipskevin
Copy link
Contributor

test-saucelabs is failing. I'll take a look in a bit.

@cherifGsoul cherifGsoul merged commit e43e84b into master Nov 8, 2018
@cherifGsoul cherifGsoul deleted the ie11-compat branch November 8, 2018 20:05
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.

4 participants