PHP Trait E2E\SongListActions

Inheritance: use trait WebDriverShortcuts
Show file Open project: phanan/koel

Public Methods

Method Description
cmdSelectSongs ( ) Deselect (Ctrl/Cmd+click) songs.
createPlaylist ( $playlistName )
rightClickOnSong ( $i = 1 )
selectAllSongs ( )
selectRange ( integer $from = 1, integer $to = 5 ) Select a range of songs.
selectSong ( $i = 1 )

Method Details

cmdSelectSongs() public method

Deselect (Ctrl/Cmd+click) songs.
public cmdSelectSongs ( )

createPlaylist() public method

public createPlaylist ( $playlistName )

rightClickOnSong() public method

public rightClickOnSong ( $i = 1 )

selectAllSongs() public method

public selectAllSongs ( )

selectRange() public method

Select a range of songs.
public selectRange ( integer $from = 1, integer $to = 5 )
$from integer
$to integer

selectSong() public method

public selectSong ( $i = 1 )