test(desktop): handful of broken tests changed to match intended behavior

fix/verification-admin-route-recovery
ethernet 2026-07-08 11:50:26 -04:00
parent d6c76cfbfa
commit 47c47d6a03
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ describe('buildToolView browser_navigate title', () => {
)
expect(view.status).toBe('error')
expect(view.title).toBe('Failed to open hermes-agent.nousresearch.com')
expect(view.title).toBe('Failed to open hermes-agent.nousresearch.com/docs')
})
it('shows opened title on success', () => {
@ -103,7 +103,7 @@ describe('buildToolView browser_navigate title', () => {
)
expect(view.status).toBe('success')
expect(view.title).toBe('Opened hermes-agent.nousresearch.com')
expect(view.title).toBe('Opened hermes-agent.nousresearch.com/docs')
})
})