Comment 3 for bug 1446846

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

unity8.indicators.tests.test_action_latency.TestClientRevertsToServerValue.test_slider_reverts_on_late_response fails because the wait_for is placed after the finger touch is released. As the slider reverts the value, if the next statement is not fast enough it will find the original value instead of the new one.