mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
test(antigravity): align later bare-caret status expectation
This commit is contained in:
+2
-2
@@ -236,7 +236,7 @@ describe('OrcaRuntimeService', () => {
|
||||
await expect(runtime.isTerminalRunningAgent(handle)).resolves.toBe(false)
|
||||
})
|
||||
|
||||
it('rejects a later Antigravity header with a prompt but no model line', async () => {
|
||||
it('recognizes a later Antigravity header with a prompt but no model line', async () => {
|
||||
const runtime = new OrcaRuntimeService(store)
|
||||
runtime.setPtyController({
|
||||
spawn: vi.fn().mockResolvedValue({ id: 'pty-bg' }),
|
||||
@@ -263,7 +263,7 @@ describe('OrcaRuntimeService', () => {
|
||||
100
|
||||
)
|
||||
|
||||
await expect(runtime.isTerminalRunningAgent(handle)).resolves.toBe(false)
|
||||
await expect(runtime.isTerminalRunningAgent(handle)).resolves.toBe(true)
|
||||
})
|
||||
|
||||
it('uses the latest Antigravity header when checking readiness', async () => {
|
||||
|
||||
Reference in New Issue
Block a user