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
115 + def click_leading_ action( self, action_objectName): action( self, action_objectName):
120 + def click_trailing_
Maybe trigger_ {leading, trailing} _action( ..) is better here. You click on a button to trigger the action.