~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_qquicklistview.py

  • Committer: Zsombor Egri
  • Date: 2015-11-16 06:35:05 UTC
  • mfrom: (1664.1.1 listitemSelectModeBugs)
  • Revision ID: zsombor.egri@canonical.com-20151116063505-cwn2qfks7qzk10g9
re-sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
            element = self._find_element(object_name, direction)
54
54
        self.swipe_child_into_view(element)
55
55
        self.pointing_device.click_object(element)
 
56
        return element
56
57
 
57
58
    @autopilot_logging.log_action(logger.info)
58
59
    def _find_element(self, object_name, direction=None):