Merge branch 'release/4.2.0' into develop

This commit is contained in:
Chocobozzz 2022-06-03 15:14:16 +02:00
commit 5d2fd66ab4
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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 () {