-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 broken tests on other browsers than Chrome #5126
Comments
Firefox fails because of window/tab focus. It can be reproduced on dev machine. If you focus the tab with tests, a scenario will pass. If the focus is somewhere else, the scenario will fail. |
It can be related to |
ckeditor/ckeditor5-ui#338 should fix that. |
Please also take a look at broken |
After https://github.com/ckeditor/ckeditor5-ui/issues/337 Edge works fine. Thanks. |
Tests: Fixed failed tests on other browsers than Chrome when using BrowserStack. Closes #153.
The main issue: #615
Broken tests in this package:
In order to reproduce these issues, please follow this instruction – #615 (comment) – How to run it on my local machine?
The text was updated successfully, but these errors were encountered: