Skip to content

Commit 20724cc

Browse files
committed
test(ui): add teardown for notifications
1 parent e4540f6 commit 20724cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/ui/install-prompts.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ describe('Download dependencies', () => {
1717
await browser.openResources(`${path.resolve(root, 'main.f90')}`);
1818
});
1919

20+
afterEach(async () => {
21+
const center = await new Workbench().openNotificationsCenter();
22+
await center.clearAllNotifications();
23+
});
24+
2025
describe('Download fortls language server', () => {
2126
it('install via pip', async () => {
2227
const workbench = new Workbench();

0 commit comments

Comments
 (0)