-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 API tests on windows and add missing await on ts test #7655
Conversation
Signed-off-by: Amiram Wingarten <amiram.wingarten@sap.com>
@akosyakov is this missing await related to #7635 maybe? |
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.
thank you so much ❤️
please merge if the build is green
Now travis fail on typescript.spec.js:
�[0m�[31m Error: Timeout of 45000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.�[0m�[90m |
@amiramw I can reproduce it locally. It seems to be sometimes dispatching esc button happens too early and Monaco does not handle it. Looking into it. I will push a commit to this PR ok? I will reduce timeout back to 30s, i've increased it because could not understand flakiness, but it was missing await. |
sure. thanks! |
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Pushed. There were a race in tests, that close happens before the peek widget was actually focused. Merging if the build is green. |
Signed-off-by: Amiram Wingarten amiram.wingarten@sap.com
What it does
Fixes #7644
Fixes API tests on windows and add missing await on typescript.spec.js.
How to test
Run
yarn test:browser
on windows and see that it completes successfuly.Review checklist
Reminder for reviewers