mirror of https://github.com/Chocobozzz/PeerTube
Fix misc tests
parent
e771dbe0aa
commit
e39cfd1d91
|
@ -27,7 +27,7 @@ describe('Test follow constraints', function () {
|
||||||
let userAccessToken: string
|
let userAccessToken: string
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(60000)
|
||||||
|
|
||||||
servers = await flushAndRunMultipleServers(2)
|
servers = await flushAndRunMultipleServers(2)
|
||||||
|
|
||||||
|
|
|
@ -158,9 +158,9 @@ describe('Test misc endpoints', function () {
|
||||||
expect(res.text).to.contain('xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"')
|
expect(res.text).to.contain('xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"')
|
||||||
expect(res.text).to.contain('<url><loc>http://localhost:9001/about/instance</loc></url>')
|
expect(res.text).to.contain('<url><loc>http://localhost:9001/about/instance</loc></url>')
|
||||||
|
|
||||||
expect(res.text).to.contain('<video:title><![CDATA[video 1]]></video:title>')
|
expect(res.text).to.contain('<video:title>video 1</video:title>')
|
||||||
expect(res.text).to.contain('<video:title><![CDATA[video 2]]></video:title>')
|
expect(res.text).to.contain('<video:title>video 2</video:title>')
|
||||||
expect(res.text).to.not.contain('<video:title><![CDATA[video 3]]></video:title>')
|
expect(res.text).to.not.contain('<video:title>video 3</video:title>')
|
||||||
|
|
||||||
expect(res.text).to.contain('<url><loc>http://localhost:9001/video-channels/channel1</loc></url>')
|
expect(res.text).to.contain('<url><loc>http://localhost:9001/video-channels/channel1</loc></url>')
|
||||||
expect(res.text).to.contain('<url><loc>http://localhost:9001/video-channels/channel2</loc></url>')
|
expect(res.text).to.contain('<url><loc>http://localhost:9001/video-channels/channel2</loc></url>')
|
||||||
|
|
Loading…
Reference in New Issue