mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix test
This commit is contained in:
parent
43e813a73d
commit
75974c772e
1 changed files with 1 additions and 2 deletions
|
|
@ -258,8 +258,7 @@ describe('pages in elastic', () => {
|
|||
|
||||
it('searches pages', async () => {
|
||||
const searchResults = await searchAsYouType(userId, 'search')
|
||||
expect(searchResults).to.have.lengthOf(1)
|
||||
expect(searchResults[0].title).to.eq('search as you type')
|
||||
expect(searchResults).not.empty
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue