diff options
Diffstat (limited to 'client/e2e/src/videos.e2e-spec.ts')
-rw-r--r-- | client/e2e/src/videos.e2e-spec.ts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/e2e/src/videos.e2e-spec.ts b/client/e2e/src/videos.e2e-spec.ts index bbc5f7da3..75fa89e28 100644 --- a/client/e2e/src/videos.e2e-spec.ts +++ b/client/e2e/src/videos.e2e-spec.ts | |||
@@ -181,6 +181,20 @@ describe('Videos workflow', () => { | |||
181 | await videoWatchPage.waitUntilVideoName(video2Name, 20000 * 1000) | 181 | await videoWatchPage.waitUntilVideoName(video2Name, 20000 * 1000) |
182 | }) | 182 | }) |
183 | 183 | ||
184 | it('Should watch the webtorrent playlist in the embed', async () => { | ||
185 | if (await skipIfUploadNotSupported()) return | ||
186 | |||
187 | await browser.waitForAngularEnabled(false) | ||
188 | |||
189 | await myAccountPage.goOnAssociatedPlaylistEmbed() | ||
190 | |||
191 | await videoWatchPage.playAndPauseVideo(false) | ||
192 | |||
193 | await videoWatchPage.waitUntilVideoName(video2Name, 20000 * 1000) | ||
194 | |||
195 | await browser.waitForAngularEnabled(true) | ||
196 | }) | ||
197 | |||
184 | it('Should delete the video 2', async () => { | 198 | it('Should delete the video 2', async () => { |
185 | if (await skipIfUploadNotSupported()) return | 199 | if (await skipIfUploadNotSupported()) return |
186 | 200 | ||