aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-31 13:47:55 +0100
committerChocobozzz <me@florianbigard.com>2022-10-31 13:47:55 +0100
commiteaa5dc3161569012188f5ce87099f00e6d0462d5 (patch)
treed21fd5b477ed1a457d3daa8c6f7f7eb6a102fbcd /client/e2e
parent6740b6428be1c27e9ad728eede7c428d1e2e9f47 (diff)
downloadPeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.tar.gz
PeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.tar.zst
PeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.zip
Reapply playsinline on player fallback
Diffstat (limited to 'client/e2e')
-rw-r--r--client/e2e/src/suites-all/videos.e2e-spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/suites-all/videos.e2e-spec.ts b/client/e2e/src/suites-all/videos.e2e-spec.ts
index 997d58884..d1ab9aef3 100644
--- a/client/e2e/src/suites-all/videos.e2e-spec.ts
+++ b/client/e2e/src/suites-all/videos.e2e-spec.ts
@@ -173,7 +173,7 @@ describe('Videos all workflow', () => {
173 173
174 await myAccountPage.playPlaylist() 174 await myAccountPage.playPlaylist()
175 175
176 await videoWatchPage.waitUntilVideoName(video2Name, 30 * 1000) 176 await videoWatchPage.waitUntilVideoName(video2Name, 40 * 1000)
177 }) 177 })
178 178
179 it('Should watch the webtorrent playlist in the embed', async () => { 179 it('Should watch the webtorrent playlist in the embed', async () => {