~renatofilho/mediaplayer-app/add-gst-libav

« back to all changes in this revision

Viewing changes to tests/autopilot/mediaplayer_app/tests/test_player_with_video.py

  • Committer: Omer Akram
  • Date: 2013-10-21 11:47:18 UTC
  • Revision ID: om26er@ubuntu.com-20131021114718-q7ree3l7ehjessei
fix failing autopilot tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
        time_line = self.main_window.get_slider()
128
128
        time_label = self.main_window.get_time_label()
129
 
        scene_selector = self.main_window.get_scene_selector()
130
129
 
131
130
        """ Seek to the midle of the movie """
132
131
        self.pointing_device.click_object(time_line)
133
 
        self.assertThat(scene_selector.opacity, Eventually(Equals(1)))
134
132
 
135
133
        """ Time label must show the current video time (diff from zero or empty) """
136
134
        self.assertNotEqual(time_label.text, "00:00:00")