aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/suites-all/private-videos.e2e-spec.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-11 09:21:13 +0200
committerChocobozzz <me@florianbigard.com>2023-07-11 09:21:13 +0200
commit784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428 (patch)
tree29c46cfd6344065eb805680ed080cb05592ee1d4 /client/e2e/src/suites-all/private-videos.e2e-spec.ts
parentc3030e944ad03c7fd7b5d668a2d88ff03e4cdf19 (diff)
downloadPeerTube-784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428.tar.gz
PeerTube-784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428.tar.zst
PeerTube-784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428.zip
Prefer web videos in favour of webtorrent
Diffstat (limited to 'client/e2e/src/suites-all/private-videos.e2e-spec.ts')
-rw-r--r--client/e2e/src/suites-all/private-videos.e2e-spec.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/e2e/src/suites-all/private-videos.e2e-spec.ts b/client/e2e/src/suites-all/private-videos.e2e-spec.ts
index a25208bb3..829d76a84 100644
--- a/client/e2e/src/suites-all/private-videos.e2e-spec.ts
+++ b/client/e2e/src/suites-all/private-videos.e2e-spec.ts
@@ -31,8 +31,8 @@ describe('Private videos all workflow', () => {
31 return loginPage.loginOnPeerTube2() 31 return loginPage.loginOnPeerTube2()
32 }) 32 })
33 33
34 it('Should play an internal webtorrent video', async () => { 34 it('Should play an internal web video video', async () => {
35 await go(FIXTURE_URLS.INTERNAL_WEBTORRENT_VIDEO) 35 await go(FIXTURE_URLS.INTERNAL_WEB_VIDEO)
36 36
37 await videoWatchPage.waitWatchVideoName(internalVideoName) 37 await videoWatchPage.waitWatchVideoName(internalVideoName)
38 await checkCorrectlyPlay(playerPage) 38 await checkCorrectlyPlay(playerPage)
@@ -52,8 +52,8 @@ describe('Private videos all workflow', () => {
52 await checkCorrectlyPlay(playerPage) 52 await checkCorrectlyPlay(playerPage)
53 }) 53 })
54 54
55 it('Should play an internal WebTorrent video in embed', async () => { 55 it('Should play an internal Web Video in embed', async () => {
56 await go(FIXTURE_URLS.INTERNAL_EMBED_WEBTORRENT_VIDEO) 56 await go(FIXTURE_URLS.INTERNAL_EMBED_WEB_VIDEO)
57 57
58 await videoWatchPage.waitEmbedForDisplayed() 58 await videoWatchPage.waitEmbedForDisplayed()
59 await checkCorrectlyPlay(playerPage) 59 await checkCorrectlyPlay(playerPage)