diff options
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/po/my-account.ts | 6 |
1 files changed, 3 insertions, 3 deletions
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' | |||
3 | export class MyAccountPage { | 3 | export class MyAccountPage { |
4 | 4 | ||
5 | navigateToMyVideos () { | 5 | navigateToMyVideos () { |
6 | return element(by.css('a[href="/my-account/videos"]')).click() | 6 | return element(by.css('a[href="/my-library/videos"]')).click() |
7 | } | 7 | } |
8 | 8 | ||
9 | navigateToMyPlaylists () { | 9 | navigateToMyPlaylists () { |
10 | return element(by.css('a[href="/my-account/video-playlists"]')).click() | 10 | return element(by.css('a[href="/my-library/video-playlists"]')).click() |
11 | } | 11 | } |
12 | 12 | ||
13 | navigateToMyHistory () { | 13 | navigateToMyHistory () { |
14 | return element(by.css('a[href="/my-account/history/videos"]')).click() | 14 | return element(by.css('a[href="/my-library/history/videos"]')).click() |
15 | } | 15 | } |
16 | 16 | ||
17 | // My account Videos | 17 | // My account Videos |