Code review comment for lp://staging/~zsombi/ubuntu-ui-toolkit/70-cpos

Revision history for this message
Tim Peeters (tpeeters) wrote :

114 + @autopilot_logging.log_action(logger.info)
115 + def click_leading_action(self, action_objectName):
116 + """Swipe the item in from left to right to open leading actions."""
117 + self._click_on_panel_action('right', action_objectName)
118 +
119 + @autopilot_logging.log_action(logger.info)
120 + def click_trailing_action(self, action_objectName):
121 + """Swipe the item in from right to left to open trailing actions."""
122 + self._click_on_panel_action('left', action_objectName)

You do more than just swipe in these functions.
Add something similar to this to the descriptions: "and click on the button representing the requested action".

« Back to merge proposal