test(terminal): keep the IME grid fixture wide at every DPI

This commit is contained in:
Neil
2026-09-19 16:30:44 -07:00
committed by Neil
parent 14a76060af
commit 6509d935d8
@@ -16,8 +16,12 @@ for (const dpr of [1, 1.25, 2]) {
test.use({ orcaAppExtraArgs: [`--force-device-scale-factor=${dpr}`] })
test('matches committed character advances across font and spacing changes', async ({
orcaPage
orcaPage,
electronApp
}, testInfo) => {
await electronApp.evaluate(({ BrowserWindow }) => {
BrowserWindow.getAllWindows()[0].setSize(1920, 1080)
})
const arena = await openTerminalImePaneArena(orcaPage)
let completed = false
try {