From 17119e4a546522468878cf115558b17949ab50d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Nov 2020 15:28:54 +0100 Subject: Reorganize left menu and account menu Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library --- client/e2e/src/po/my-account.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/e2e/src') diff --git a/client/e2e/src/po/my-account.ts b/client/e2e/src/po/my-account.ts index 6d0d8d61e..a39e5cc58 100644 --- a/client/e2e/src/po/my-account.ts +++ b/client/e2e/src/po/my-account.ts @@ -3,15 +3,15 @@ import { by, element, browser } from 'protractor' export class MyAccountPage { navigateToMyVideos () { - return element(by.css('a[href="/my-account/videos"]')).click() + return element(by.css('a[href="/my-library/videos"]')).click() } navigateToMyPlaylists () { - return element(by.css('a[href="/my-account/video-playlists"]')).click() + return element(by.css('a[href="/my-library/video-playlists"]')).click() } navigateToMyHistory () { - return element(by.css('a[href="/my-account/history/videos"]')).click() + return element(by.css('a[href="/my-library/history/videos"]')).click() } // My account Videos -- cgit v1.2.3