diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-31 13:47:55 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-31 13:47:55 +0100 |
commit | eaa5dc3161569012188f5ce87099f00e6d0462d5 (patch) | |
tree | d21fd5b477ed1a457d3daa8c6f7f7eb6a102fbcd /client/e2e/src/suites-all/videos.e2e-spec.ts | |
parent | 6740b6428be1c27e9ad728eede7c428d1e2e9f47 (diff) | |
download | PeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.tar.gz PeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.tar.zst PeerTube-eaa5dc3161569012188f5ce87099f00e6d0462d5.zip |
Reapply playsinline on player fallback
Diffstat (limited to 'client/e2e/src/suites-all/videos.e2e-spec.ts')
-rw-r--r-- | client/e2e/src/suites-all/videos.e2e-spec.ts | 2 |
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 () => { |