MOBILE-3833: Wait for scrolling to finish

main
Noel De Martin 2022-03-30 17:34:53 +02:00
parent ba209e35a4
commit 87f972ccef
1 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,9 @@ class behat_app extends behat_base {
});
$this->wait_for_pending_js();
// Wait scroll animation to finish.
$this->getSession()->wait(300);
}
/**