]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix E2E tests
authorChocobozzz <me@florianbigard.com>
Thu, 26 Aug 2021 07:15:59 +0000 (09:15 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Aug 2021 08:01:42 +0000 (10:01 +0200)
client/e2e/src/po/video-watch.po.ts

index 6d91d241e19d391f4d7a913e710924abbc9e8493..c875d5854d69252b377fbad613e4663711fc5627 100644 (file)
@@ -43,7 +43,7 @@ export class VideoWatchPage {
 
   async goOnAssociatedEmbed () {
     let url = await browser.getCurrentUrl()
-    url = url.replace('/w/', '/embed/')
+    url = url.replace('/w/', '/videos/embed/')
     url = url.replace(':3333', ':9001')
 
     return browser.get(url)