diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/client.ts | 8 |
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) { |