Code review comment for lp:~nskaggs/ubuntu-calculator-app/ap-fix-missing-keypress

Revision history for this message
Leo Arias (elopio) wrote :

228 + self.pointing_device.press()
229 + buttonarea.pressed.wait_for(True)
230 + self.pointing_device.release()

Could you please put a comment there explaining why calling self.pointing_device.click_object does not work on this case?

« Back to merge proposal