-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Remove IE support in functional tests #71285
Conversation
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.
LGTM - pending passing Jenkins
Re: https://github.com/elastic/dev/issues/1343
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-qa (Team:QA) |
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.
LGTM
* [ftr] remove ie support * remove ie integration tests config # Conflicts: # test/functional/config.ie.js # test/functional/services/remote/remote.ts
* Remove IE support in functional tests (#71285) * [ftr] remove ie support * remove ie integration tests config # Conflicts: # test/functional/config.ie.js # test/functional/services/remote/remote.ts * fix eslint errors * [services/remote/webdriver] fix eslint error (#71346) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Since 7.9 we no longer support Internet Explorer browser and it is a good chance to do the cleanup in FTR services/tests.