This commit is contained in:
Pongstr
2023-02-01 11:58:31 +02:00
parent faf629cca5
commit ddf2873794
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -42,8 +42,8 @@ describe("Initialization testing", function() {
await sleep(1000);
await VSBrowser.instance.driver.wait(() => {
return notificationExists(workbench, 'Front Matter:');
await VSBrowser.instance.driver.wait(() => {
return notificationExists(workbench, 'Front Matter:');
}, 2000) as Notification;
const notifications = await workbench.getNotifications();
@@ -75,4 +75,4 @@ async function notificationExists(workbench: Workbench, text: string): Promise<N
return notification;
}
}
}
}