mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix search index tests
This commit is contained in:
parent
62f53731cf
commit
ceecd871a4
@ -345,8 +345,8 @@ describe('Test index search', function () {
|
||||
})
|
||||
|
||||
it('Should make host search and have appropriate results', async function () {
|
||||
await check({ search: 'Framasoft', host: 'example.com' }, false)
|
||||
await check({ search: 'Framasoft', host: 'framatube.org' }, true)
|
||||
await check({ search: 'Framasoft videos', host: 'example.com' }, false)
|
||||
await check({ search: 'Framasoft videos', host: 'framatube.org' }, true)
|
||||
})
|
||||
|
||||
it('Should make handles search and have appropriate results', async function () {
|
||||
|
Loading…
Reference in New Issue
Block a user