~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/shell/emulators/dash.py

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        return self.dash_content_list.wait_select_single(
70
70
            'QQuickLoader', scopeId=scope_name)
71
71
 
 
72
    def get_scope_by_index(self, scope_index=0):
 
73
        return self.dash_content_list.wait_select_single(
 
74
            'QQuickLoader', objectName=("scopeLoader%i" % scope_index))
 
75
 
72
76
    @autopilot_logging.log_action(logger.info)
73
77
    def open_scope(self, scope_id):
74
78
        """Open a dash scope.