diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-26 09:15:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-26 10:01:42 +0200 |
commit | 18305950c3ff2da9011283ce3e98b087e203bd91 (patch) | |
tree | d86ce86edecf9c3bcc2fc75c3b19f5e050bbab91 | |
parent | d35f3a86c63955083cc55dcf8930e0335203139e (diff) | |
download | PeerTube-18305950c3ff2da9011283ce3e98b087e203bd91.tar.gz PeerTube-18305950c3ff2da9011283ce3e98b087e203bd91.tar.zst PeerTube-18305950c3ff2da9011283ce3e98b087e203bd91.zip |
Fix E2E tests
-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 6d91d241e..c875d5854 100644 --- a/client/e2e/src/po/video-watch.po.ts +++ b/client/e2e/src/po/video-watch.po.ts | |||
@@ -43,7 +43,7 @@ export class VideoWatchPage { | |||
43 | 43 | ||
44 | async goOnAssociatedEmbed () { | 44 | async goOnAssociatedEmbed () { |
45 | let url = await browser.getCurrentUrl() | 45 | let url = await browser.getCurrentUrl() |
46 | url = url.replace('/w/', '/embed/') | 46 | url = url.replace('/w/', '/videos/embed/') |
47 | url = url.replace(':3333', ':9001') | 47 | url = url.replace(':3333', ':9001') |
48 | 48 | ||
49 | return browser.get(url) | 49 | return browser.get(url) |