We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484dd78 commit 9e29af8Copy full SHA for 9e29af8
test/ui/suite/componentContextMenu.ts
@@ -57,6 +57,7 @@ export function testComponentContextMenu() {
57
//start dev
58
await startDev(true);
59
60
+ //workaround for failed start dev due to undefined contextPath error
61
const notificationCenter = await new Workbench().openNotificationsCenter();
62
const notifications = await notificationCenter.getNotifications(NotificationType.Any);
63
if (notifications.length > 0) {
0 commit comments