fix smoke test for good

This commit is contained in:
Benjamin Pasero
2017-08-16 13:01:38 +02:00
parent 4ccbc63444
commit 0cf5fc3aec

View File

@@ -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();