mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
test(desktop): handful of broken tests changed to match intended behavior
This commit is contained in:
parent
d6c76cfbfa
commit
47c47d6a03
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue