~ahayzen/music-app/remix-remove-empty-year-label

« back to all changes in this revision

Viewing changes to tests/autopilot/music_app/__init__.py

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-10-13 14:02:15 UTC
  • mfrom: (662.2.4 remix-artist-tab)
  • Revision ID: tarmac-20141013140215-jcg0kclww9vfbrkt
Initial Artists view with CardView.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
 
159
159
    @click_object
160
160
    def click_artist(self, i):
161
 
        return (self.wait_select_single("Standard",
162
 
                objectName="artistsPageListItem" + str(i)))
 
161
        return (self.wait_select_single("Card",
 
162
                objectName="artistsPageGridItem" + str(i)))
163
163
 
164
164
 
165
165
class MusicTracks(MusicPage):