E2E\SongListTest::repopulateList PHP Method

repopulateList() private method

private repopulateList ( )
    private function repopulateList()
    {
        // Go back to Albums and queue an album of 10 songs
        $this->goto('albums');
        $this->click('#albumsWrapper > div > article:nth-child(1) .meta a.shuffle-album');
        $this->goto('queue');
        return $this;
    }