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.