~ubuntu-branches/ubuntu/saucy/unity8/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/indicators_client/emulators/main_window.py

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2013-10-04 21:22:29 UTC
  • Revision ID: package-import@ubuntu.com-20131004212229-a2j9c8et8gfd7xue
Tags: 7.82+13.10.20131004.2-0ubuntu1
Revert 7.82+13.10.20131004.1-0ubuntu1 back to
7.81.3+13.10.20130927.3-0ubuntu1 due to CPU hogging issue with
7.82+13.10.20131004.1-0ubuntu1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
    def get_battery_menu(self):
26
26
        """Get the battery menu from the list"""
27
 
        return self.app.select_single("BaseMenuItem", objectName="indicator-battery");
 
27
        return self.app.select_single("BasicMenuItem", objectName="indicator-battery");