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

refactor(webpack): cleanup promise-polyfill, aurelia-dialog patch for IE11 #1161

Merged
merged 5 commits into from
Feb 19, 2020

Conversation

3cp
Copy link
Member

@3cp 3cp commented Feb 18, 2020

Move promise-polyfill from ProviderPlugin to entry.
Add aurelia-dialog patch for IE11, but user needs to uncomment it.

Closes aurelia/dialog#387

@3cp
Copy link
Member Author

3cp commented Feb 18, 2020

In local env, I saw protractor failure (similiar to the docker failure)

[09:17:01] I/direct - Using ChromeDriver directly...
[09:17:04] E/runner - Unable to start a WebDriver session.
[09:17:04] E/launcher - Error: SessionNotCreatedError: session not created:
  This version of ChromeDriver only supports Chrome version 80

But docker failure log did not have the exact log of This version of ChromeDriver only supports Chrome version 80. I am not sure is it same problem.

I was able to fix my local protractor issue by upgrading Chrome to latest version.
@shahabganji is there anything we can do for circleci Chrome version?

@shahabganji
Copy link
Contributor

@3cp I'll check it tonight, we install chrome in the Docker file and I guess we should also update that to the latest version. But it is weird that only some of them failed, and not all, while all of them use the same configuration for tools installed inside the container.

@3cp
Copy link
Member Author

3cp commented Feb 19, 2020

Good, all docker tests passed. Not sure why it did not run on your PR.

@3cp 3cp merged commit c1edd07 into master Feb 19, 2020
@3cp 3cp deleted the cleanup-polyfill branch February 19, 2020 21:36
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.

Doesn't load template page in IE11
2 participants