selenium: Disable flaky wdio rollback tests that rely on pauses
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 14 Apr 2019 22:12:53 +0000 (23:12 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 14 Apr 2019 22:12:53 +0000 (23:12 +0100)
commitec4be6b44f30c5233ec874903d13fcff6602c12d
treeba2f9b2fb9a5ad3ac15968b9edb32686eea8d36c
parent63e017f4fc080fdd3b1d9b355ad234fda5e0c12a
selenium: Disable flaky wdio rollback tests that rely on pauses

Wait for an actual state to be reached, whether a JavaScript
expression to become true, or a certain state in the DOM.

Using pauses is an anti-pattern and inherently unstable.

Bug: T219440
Change-Id: Ibb2bd335f12442ab8ec2973031454cb58733211d
tests/selenium/specs/rollback.js