Skip to content

Commit 64c1572

Browse files
committed
Wait for cleared settings to be applied before continuing
Fix microsoft#93292
1 parent 7ca13ca commit 64c1572

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/smoke/src/areas/preferences/preferences.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export function setup() {
3131
after(async function () {
3232
const app = this.app as Application;
3333
await app.workbench.settingsEditor.clearUserSettings();
34+
35+
// Wait for settings to be applied, which will happen after the settings file is empty
36+
await app.workbench.activitybar.waitForActivityBar(ActivityBarPosition.LEFT);
3437
});
3538
});
3639
}

0 commit comments

Comments
 (0)