This commit is contained in:
Michel Kaporin
2017-05-31 15:30:00 +02:00
parent 06d60228fd
commit 100f70c3fb
3 changed files with 9 additions and 11 deletions

View File

@@ -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'));
});
});
}