~ubuntu-branches/ubuntu/utopic/ubuntu-system-settings/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Martin Pitt, Sebastien Bacher
  • Date: 2014-09-11 21:08:06 UTC
  • mfrom: (1.1.168)
  • Revision ID: package-import@ubuntu.com-20140911210806-k7bovfrb4aix0mpp
Tags: 0.3+14.10.20140911.3-0ubuntu1
[ Ken VanDine ]
* Fixed tests for the dialpad settings failing on mako
* Don't call downloadUpdate when we see a system update ready, the
  service does that for us (LP: #1368294) (LP: #1368294)
* Translate desktop file (LP: #1318008) (LP: #1318008)

[ Martin Pitt ]
* update POT

[ Sebastien Bacher ]
* [system-update] open the ubuntuone subpanel rather than the list
  (LP: #1348580)
* [security-privacy] use ngettext strings when needed (LP: #1368159)
* Increase vertical spacing in the settings grid (LP: #1348579)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        self.pointing_device.click_object(item)
104
104
 
105
105
    @autopilot.logging.log_action(logger.debug)
106
 
    def go_to_phone_page(self):
107
 
        return self._go_to_page('entryComponent-phone', 'phonePage')
108
 
 
109
 
    @autopilot.logging.log_action(logger.debug)
110
106
    def go_to_reset_phone(self):
111
107
        return self._go_to_page('entryComponent-reset', 'resetPage')
112
108