diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-07 08:47:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-07 09:14:25 +0200 |
commit | 5ab7fd9da92463ade6b31d49bdc0f559174b4c57 (patch) | |
tree | 215b4c7bc1f7640f0c45ece1ec93c4301d243b82 /client/e2e/src/videos.e2e-spec.ts | |
parent | be59656c82d641118cd6d468cd11be1e057428d1 (diff) | |
download | PeerTube-5ab7fd9da92463ade6b31d49bdc0f559174b4c57.tar.gz PeerTube-5ab7fd9da92463ade6b31d49bdc0f559174b4c57.tar.zst PeerTube-5ab7fd9da92463ade6b31d49bdc0f559174b4c57.zip |
Save
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 | ||