Code review comment for lp:~mzanetti/unity8/fix_snap_decision_test

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

"""
+ mouseClick(buttonAccept, buttonAccept.width / 2, buttonAccept.height / 2);
"""

Please do "tap(buttonAccept)" instead to better emulate what happens on the device.

« Back to merge proposal