~canonical-platform-qa/ubuntu-ui-toolkit/fix1361750-textfield_logs

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/components/test_header.py

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2014-08-26 14:42:58 UTC
  • mfrom: (1160.1.53 10-headAnimate)
  • Revision ID: tarmac-20140826144258-eb9a1bhja0jbzl6a
Add header animations.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
            objectName='push_button')
82
82
        self.pointing_device.move_to_object(pushButton)
83
83
        self.pointing_device.click()
 
84
        self.header.wait_for_animation()
84
85
 
85
86
        self.assertEqual(label.visible, False)
86
87
        headerContents = self.header.select_single(
94
95
            objectName='push_button')
95
96
        self.pointing_device.move_to_object(pushButton)
96
97
        self.pointing_device.click()
 
98
        self.header.wait_for_animation()
97
99
 
98
100
        headerContents = self.header.select_single(
99
101
            objectName='orange_header_contents')