aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/client.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-03-02 10:35:59 +0100
committerChocobozzz <me@florianbigard.com>2023-03-02 10:35:59 +0100
commitc0a4982ebe27c89f296a0bbd518e938f09d1f054 (patch)
tree6b2f595c166490dd1e582d829db2aa507dd02531 /server/tests/client.ts
parente2d8587bd36239f0ba0be59a9185682072a392fc (diff)
downloadPeerTube-c0a4982ebe27c89f296a0bbd518e938f09d1f054.tar.gz
PeerTube-c0a4982ebe27c89f296a0bbd518e938f09d1f054.tar.zst
PeerTube-c0a4982ebe27c89f296a0bbd518e938f09d1f054.zip
Fix 404 when having ;threadId param
Diffstat (limited to 'server/tests/client.ts')
-rw-r--r--server/tests/client.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/tests/client.ts b/server/tests/client.ts
index e0dae2b5e..9a20c2a10 100644
--- a/server/tests/client.ts
+++ b/server/tests/client.ts
@@ -225,6 +225,14 @@ describe('Test a client controllers', function () {
225 } 225 }
226 }) 226 })
227 227
228 it('Should have valid Open Graph tags on the watch page with thread id Angular param', async function () {
229 for (const path of watchVideoBasePaths) {
230 for (const id of videoIds) {
231 await watchVideoPageTest(path + id + ';threadId=1')
232 }
233 }
234 })
235
228 it('Should have valid Open Graph tags on the watch playlist page', async function () { 236 it('Should have valid Open Graph tags on the watch playlist page', async function () {
229 for (const path of watchPlaylistBasePaths) { 237 for (const path of watchPlaylistBasePaths) {
230 for (const id of playlistIds) { 238 for (const id of playlistIds) {