mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Better typings
This commit is contained in:
@@ -23,7 +23,7 @@ export class VideoWatchPage {
|
||||
getVideosListName () {
|
||||
return element.all(by.css('.videos .video-miniature .video-miniature-name'))
|
||||
.getText()
|
||||
.then((texts: any) => texts.map(t => t.trim()))
|
||||
.then((texts: any) => texts.map((t: any) => t.trim()))
|
||||
}
|
||||
|
||||
waitWatchVideoName (videoName: string, isMobileDevice: boolean, isSafari: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user