Skip to content

Commit f4f7408

Browse files
committed
[WIP] Stabilize UI tests on macOS
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent b306979 commit f4f7408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ui-test/extensionUITest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function extensionUIAssetsTest(): void {
2626
driver = VSBrowser.instance.driver;
2727
view = await new ActivityBar().getViewControl('Extensions');
2828
sideBar = await view.openView();
29-
driver.wait(
29+
await driver.wait(
3030
async () => !(await sideBar.getContent().hasProgress()),
3131
5000,
3232
"Progress bar hasn't been hidden within the timeout"

0 commit comments

Comments
 (0)