waitForHidden seems to be wrong. #9260
Labels
beginners
issues that are perfect for beginners
bug
bugs found in the application
core
issues related to the core of the application
good first issue
good first issues for new contributors
quality
issues related to code and application quality
theia/packages/core/src/browser/widgets/widget.ts
Line 282 in d9c0fab
Should it be
return waitForVisible(widget, false);
?The text was updated successfully, but these errors were encountered: