mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update MouseTracking puppeteer window size
This allows all tests to successfully run in devcontainer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user