mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
test(terminal): keep the IME grid fixture wide at every DPI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user