Skip to content

Commit 58c740a

Browse files
committed
Remove workaround for microsoft#74875
1 parent 5f36b0e commit 58c740a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/smoke/src/areas/multiroot/multiroot.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export function setup() {
4747
const app = this.app as Application;
4848
await app.workbench.quickopen.openQuickOpen('*.*');
4949

50-
// TODO roblourens: Go to files finds welcome page: issue 74875
51-
await app.workbench.quickopen.waitForQuickOpenElements(names => names.length === 6 || names.length === 7);
50+
await app.workbench.quickopen.waitForQuickOpenElements(names => names.length === 6);
5251
await app.workbench.quickopen.closeQuickOpen();
5352
});
5453

@@ -57,4 +56,4 @@ export function setup() {
5756
await app.code.waitForTitle(title => /smoketest \(Workspace\)/i.test(title));
5857
});
5958
});
60-
}
59+
}

0 commit comments

Comments
 (0)