Update MouseTracking puppeteer window size

This allows all tests to successfully run in devcontainer
This commit is contained in:
Leonardo Bressan Motyczka
2019-10-16 20:08:57 -03:00
parent 3d500ba802
commit 07308485a4
+4 -2
View File
@@ -11,8 +11,10 @@ const APP = 'http://127.0.0.1:3000/test';
let browser: puppeteer.Browser;
let page: puppeteer.Page;
const width = 1024;
const height = 768;
// adjusted to work inside devcontainer
// see https://github.com/xtermjs/xterm.js/issues/2379
const width = 1280;
const height = 960;
// adjust terminal row/col size so we can test
// >80 up to 223 and >255