diff --git a/test/smoke/src/areas/editor/editor.test.ts b/test/smoke/src/areas/editor/editor.test.ts index 9fb676ebf69..f64f3f658f9 100644 --- a/test/smoke/src/areas/editor/editor.test.ts +++ b/test/smoke/src/areas/editor/editor.test.ts @@ -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); }); }); }