mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 00:02:29 +00:00
fix: harden Windows computer use runtime (#1757)
This commit is contained in:
@@ -364,9 +364,11 @@ describe('orca computer CLI handlers', () => {
|
||||
expect(parsed.result.screenshot).toMatchObject({
|
||||
dataOmitted: true,
|
||||
format: 'png',
|
||||
expiresAt: expect.any(String),
|
||||
path: expect.stringContaining('orca-computer-use/req_state-screenshot.png')
|
||||
expiresAt: expect.any(String)
|
||||
})
|
||||
expect(String(parsed.result.screenshot.path).replaceAll('\\', '/')).toContain(
|
||||
'orca-computer-use/req_state-screenshot.png'
|
||||
)
|
||||
})
|
||||
|
||||
it('shows coordinate space and truncation in pretty state output', async () => {
|
||||
|
||||
Reference in New Issue
Block a user