Removed wait from the test. Ref #27841

This commit is contained in:
Michel Kaporin 2017-06-01 14:36:29 +02:00
parent bed537a416
commit 0803f7cef2

View file

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