MOBILE-3833: Wait for scrolling to finish
parent
ba209e35a4
commit
87f972ccef
|
@ -209,6 +209,9 @@ class behat_app extends behat_base {
|
|||
});
|
||||
|
||||
$this->wait_for_pending_js();
|
||||
|
||||
// Wait scroll animation to finish.
|
||||
$this->getSession()->wait(300);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue