Merge branch 'release/4.2.0' into develop
This commit is contained in:
commit
5d2fd66ab4
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue