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

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

115 + def click_leading_action(self, action_objectName):
120 + def click_trailing_action(self, action_objectName):

Maybe trigger_{leading,trailing}_action(..) is better here. You click on a button to trigger the action.

« Back to merge proposal