From 0803f7cef2561781d295a64075803e9242cc574f Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Thu, 1 Jun 2017 14:36:29 +0200 Subject: [PATCH] Removed wait from the test. Ref #27841 --- test/smoke/src/tests/data-loss.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/smoke/src/tests/data-loss.ts b/test/smoke/src/tests/data-loss.ts index 0086f6268ef..495838eb774 100644 --- a/test/smoke/src/tests/data-loss.ts +++ b/test/smoke/src/tests/data-loss.ts @@ -55,12 +55,10 @@ export function testDataLoss() { // create one untitled file await common.newUntitledFile(); await common.type(textToType); - await app.wait(); // make one dirty file, await common.openFile('readme.md', true); await common.type(textToType); - await app.wait(); await app.stop(); await app.start();