~carla-sella/music-app/add_album_to_queue

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2013-11-19 04:21:01 UTC
  • mfrom: (243.1.2 music-app)
  • Revision ID: tarmac-20131119042101-r1mg1hn42ong7uy6
* Enhance shuffle test to show toolbar if it collapses.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
        count = 0
165
165
        while True:
166
166
            self.assertThat(count, LessThan(100))
 
167
 
 
168
            if (not self.main_view.toolbarShown):
 
169
                self.main_view.show_toolbar()
 
170
 
167
171
            if forward:
168
172
                self.pointing_device.click_object(forwardbutton)
169
173
            else: