Confirmed users
198
edits
m (Added snippet about non-working wait.) |
(→Debug a non-working wait: Fixed nits) |
||
Line 163: | Line 163: | ||
print i, expected_end_value, element_that_is_moving.rect["y"] | print i, expected_end_value, element_that_is_moving.rect["y"] | ||
Wait(self.marionette).until(lambda m: expected_end_value == element_that_is_moving.rect["y"]) | |||
<source> | </source> |