This commit is contained in:
João Moreno 2021-07-16 12:50:07 +02:00
parent 3c4fdb58a1
commit a9e4cb0874
No known key found for this signature in database
GPG key ID: 896B853774D1A575

View file

@ -17,7 +17,7 @@ export function setup(opts: minimist.ParsedArgs) {
await app.workbench.quickaccess.openFile('www');
await app.workbench.quickaccess.openQuickOutline();
await app.workbench.quickinput.waitForQuickInputElements(names => names.length >= 6000);
await app.workbench.quickinput.waitForQuickInputElements(names => names.length >= 6);
});
});
}