From a9e4cb0874e1f8b333d28d2840ad564a2f53ca0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Fri, 16 Jul 2021 12:50:07 +0200 Subject: [PATCH] oops --- test/smoke/src/areas/editor/editor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }); }