~ahayzen/music-app/fix-1514143-workaround

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-11-02 05:38:49 UTC
  • mfrom: (895.1.14 music-uc1.3)
  • Revision ID: tarmac-20151102053849-4g976d66123q3r18
* Update app to use the Ubuntu Components version 1.3. Fixes: https://bugs.launchpad.net/bugs/1508363.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot, Bartosz Kosiorek.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 
161
161
    @click_object
162
162
    def skip(self):
163
 
        return self.wait_select_single("Label", objectName="skipLabel")
 
163
        return self.wait_select_single("UCLabel", objectName="skipLabel")
164
164
 
165
165
 
166
166
class Albums(MusicPage):