We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PopupMenuComponent
What should we do?
Some PopupMenuComponentSpec test are flaky (see here). This is due to the async rendering.
PopupMenuComponentSpec
Currently, a setTimeout is being used but it's is still causing flakiness and we should not rely on this.
setTimeout
Why should we do it?
This affects our CI and is annoying.
The text was updated successfully, but these errors were encountered:
Some initial considerations to handle this:
act
preact/test-utils
diagram-js-ui
requestAnimationFrame
popupMenu.closed
popupMenu.opened
popupMenu.on...
Sorry, something went wrong.
No branches or pull requests
What should we do?
Some
PopupMenuComponentSpec
test are flaky (see here). This is due to the async rendering.Currently, a
setTimeout
is being used but it's is still causing flakiness and we should not rely on this.Why should we do it?
This affects our CI and is annoying.
The text was updated successfully, but these errors were encountered: