We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f36b0e commit 58c740aCopy full SHA for 58c740a
1 file changed
test/smoke/src/areas/multiroot/multiroot.test.ts
@@ -47,8 +47,7 @@ export function setup() {
47
const app = this.app as Application;
48
await app.workbench.quickopen.openQuickOpen('*.*');
49
50
- // TODO roblourens: Go to files finds welcome page: issue 74875
51
- await app.workbench.quickopen.waitForQuickOpenElements(names => names.length === 6 || names.length === 7);
+ await app.workbench.quickopen.waitForQuickOpenElements(names => names.length === 6);
52
await app.workbench.quickopen.closeQuickOpen();
53
});
54
@@ -57,4 +56,4 @@ export function setup() {
57
56
await app.code.waitForTitle(title => /smoketest \(Workspace\)/i.test(title));
58
59
60
-}
+}
0 commit comments