Skip to content

Commit 90e292b

Browse files
committed
fix: more flakyness
1 parent 07ad092 commit 90e292b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ui/suite/commands.ui.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ describe("weAudit Command UI Tests", () => {
235235
// In CI the explorer may not be ready immediately after waitForWorkbench.
236236
await VSBrowser.instance.driver.sleep(2000);
237237

238+
// Dismiss any notification toasts that may overlap the editor area.
239+
await workbench.executeCommand("Notifications: Clear All Notifications");
240+
238241
// Open the sample file once and keep a reference for the entire suite
239242
editor = await openSampleFile();
240243
});

0 commit comments

Comments
 (0)