From 0cf5fc3aec0edad7ff654810d22cc7db2fe6924f Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 16 Aug 2017 13:01:38 +0200 Subject: [PATCH] fix smoke test for good --- test/smoke/src/tests/multiroot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/smoke/src/tests/multiroot.ts b/test/smoke/src/tests/multiroot.ts index b5aaf175978..22aa8001452 100644 --- a/test/smoke/src/tests/multiroot.ts +++ b/test/smoke/src/tests/multiroot.ts @@ -27,6 +27,7 @@ export function testMultiRoot() { it('shows results from all folders', async function () { await common.openQuickOpen(); + await app.wait(); await common.type('*.*'); await app.wait(); const elCount = await common.getQuickOpenElements();