Code review comment for lp:~zsombi/ubuntu-ui-toolkit/79-more-simplification

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

1621 + TestExtras.touchRelease(0, listItem, Qt.point(listItem.width / 2, dy));
1622 + wait(400);

Instead of wait(400), can we wait for contentMoving to become false?

« Back to merge proposal