Merge pull request #80 from NoelDeMartin/MOBILE-3833

MOBILE-3833: Wait for scrolling to finish
main
Dani Palou 2022-03-31 09:46:43 +02:00 committed by GitHub
commit c33998e8fc
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);
}
/**