From a1eda903a497857017495f37a1fd3593ba7ab23c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 May 2021 11:36:33 +0200 Subject: Support '/w/' and '/w/p/' for watch page And use them as default in client --- client/e2e/src/po/my-account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src/po/my-account.ts') diff --git a/client/e2e/src/po/my-account.ts b/client/e2e/src/po/my-account.ts index 61d42214d..9866953e9 100644 --- a/client/e2e/src/po/my-account.ts +++ b/client/e2e/src/po/my-account.ts @@ -61,7 +61,7 @@ export class MyAccountPage { async goOnAssociatedPlaylistEmbed () { let url = await browser.getCurrentUrl() - url = url.replace('/videos/watch/playlist/', '/video-playlists/embed/') + url = url.replace('/w/p/', '/video-playlists/embed/') url = url.replace(':3333', ':9001') return browser.get(url) -- cgit v1.2.3