This commit is contained in:
Daniel Imms
2019-05-21 11:01:40 -07:00
parent 968dd93ba7
commit d0a3164e99
+1 -1
View File
@@ -58,7 +58,7 @@ describe('InputHandler Integration Tests', () => {
`);
assert.equal(await page.evaluate(`window.result`), '\x1b[3;4R');
});
it('Report Cursor Position (DECXCPR) - CSI ? 6 n', async function(): Promise<any> {
this.timeout(10000);
await openTerminal();