mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Fixes #27604.
This commit is contained in:
@@ -34,8 +34,7 @@ export function testIntegratedTerminal() {
|
||||
await common.type(command);
|
||||
await common.enter();
|
||||
await app.wait();
|
||||
let output = await terminal.getCommandOutput(command);
|
||||
assert.equal(output, 'test');
|
||||
assert.ok(await terminal.commandOutputHas('test'));
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user