vscode-extension-tester icon indicating copy to clipboard operation
vscode-extension-tester copied to clipboard

[🚫 Bug] BottomBarPanel().openProblemsView() is not properly working

Open djelinek opened this issue 3 years ago • 2 comments

The method is not correctly working for win/linux The Problems view is not opened and the clipboard contains 'a' in buffer

TimeoutError: Waiting until element is visible
    Wait timed out after 5198ms

djelinek avatar Sep 23 '22 10:09 djelinek

I came across the same issue and noticed that if you first call TerminalView, for instance, in any other test, then ProblemsView is opened without any issue: const terminalView = await new BottomBarPanel().openTerminalView(); const problemsView = await new BottomBarPanel().openProblemsView(); // now it works.

YuggothFungi avatar Sep 29 '22 15:09 YuggothFungi

fixed

djelinek avatar Jun 09 '23 13:06 djelinek

closing for now - cannot reproduce

djelinek avatar Jul 31 '24 08:07 djelinek