diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-14 13:59:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-14 13:59:10 +0200 |
commit | ac043122aec60c175cd414dbc1ac5b06a75c761a (patch) | |
tree | 122d94c904f63c66481bf498bb27c690a729c398 /client/e2e/src/po | |
parent | 656591660527e8ba48d496c8d6b34598f869ea05 (diff) | |
download | PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.gz PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.zst PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.zip |
Fix e2e tests
Diffstat (limited to 'client/e2e/src/po')
-rw-r--r-- | client/e2e/src/po/video-watch.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/video-watch.po.ts b/client/e2e/src/po/video-watch.po.ts index 8369e1486..5f61d5668 100644 --- a/client/e2e/src/po/video-watch.po.ts +++ b/client/e2e/src/po/video-watch.po.ts | |||
@@ -99,6 +99,6 @@ export class VideoWatchPage { | |||
99 | } | 99 | } |
100 | 100 | ||
101 | async goOnP2PMediaLoaderEmbed () { | 101 | async goOnP2PMediaLoaderEmbed () { |
102 | return browser.get('https://peertube2.cpy.re/videos/embed/4b997fc0-e106-42d9-bff9-ae9d64902bbb?mode=p2p-media-loader') | 102 | return browser.get('https://peertube2.cpy.re/videos/embed/969bf103-7818-43b5-94a0-de159e13de50?mode=p2p-media-loader') |
103 | } | 103 | } |
104 | } | 104 | } |