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.

And no need to pass the position to tap() as it defaults to the center of the tapped item.

« Back to merge proposal