mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Use fixed dimensions on image test
This commit is contained in:
@@ -61,7 +61,7 @@ const TESTDATA_IIP: [string, [number, number]][] = [
|
||||
let ctx: ITestContext;
|
||||
test.beforeAll(async ({ browser }) => {
|
||||
ctx = await createTestContext(browser);
|
||||
await openTerminal(ctx);
|
||||
await openTerminal(ctx, { cols: 80, rows: 24 });
|
||||
});
|
||||
test.afterAll(async () => await ctx.page.close());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user