diff options
Diffstat (limited to 'client/e2e/src')
-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 e17aebc29..d1e2a73b8 100644 --- a/client/e2e/src/po/video-watch.po.ts +++ b/client/e2e/src/po/video-watch.po.ts | |||
@@ -23,7 +23,7 @@ export class VideoWatchPage { | |||
23 | getVideosListName () { | 23 | getVideosListName () { |
24 | return element.all(by.css('.videos .video-miniature .video-miniature-name')) | 24 | return element.all(by.css('.videos .video-miniature .video-miniature-name')) |
25 | .getText() | 25 | .getText() |
26 | .then((texts: any) => texts.map(t => t.trim())) | 26 | .then((texts: any) => texts.map((t: any) => t.trim())) |
27 | } | 27 | } |
28 | 28 | ||
29 | waitWatchVideoName (videoName: string, isMobileDevice: boolean, isSafari: boolean) { | 29 | waitWatchVideoName (videoName: string, isMobileDevice: boolean, isSafari: boolean) { |