Skip to content

Commit 9e29af8

Browse files
Lukas Grossmannvrubezhny
authored andcommitted
Adding comment for workaround
Signed-off-by: Lukas Grossmann <[email protected]>
1 parent 484dd78 commit 9e29af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ui/suite/componentContextMenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function testComponentContextMenu() {
5757
//start dev
5858
await startDev(true);
5959

60+
//workaround for failed start dev due to undefined contextPath error
6061
const notificationCenter = await new Workbench().openNotificationsCenter();
6162
const notifications = await notificationCenter.getNotifications(NotificationType.Any);
6263
if (notifications.length > 0) {

0 commit comments

Comments
 (0)