We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b306979 commit f4f7408Copy full SHA for f4f7408
test/ui-test/extensionUITest.ts
@@ -26,7 +26,7 @@ export function extensionUIAssetsTest(): void {
26
driver = VSBrowser.instance.driver;
27
view = await new ActivityBar().getViewControl('Extensions');
28
sideBar = await view.openView();
29
- driver.wait(
+ await driver.wait(
30
async () => !(await sideBar.getContent().hasProgress()),
31
5000,
32
"Progress bar hasn't been hidden within the timeout"
0 commit comments