mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Removed wait from the test. Ref #27841
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user