From 87f972ccefdebf27eb5cca4cdb1e409d40511e0a Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 30 Mar 2022 17:34:53 +0200 Subject: [PATCH] MOBILE-3833: Wait for scrolling to finish --- tests/behat/behat_app.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/behat/behat_app.php b/tests/behat/behat_app.php index 2419ae4b9..5cc4eb45c 100644 --- a/tests/behat/behat_app.php +++ b/tests/behat/behat_app.php @@ -209,6 +209,9 @@ class behat_app extends behat_base { }); $this->wait_for_pending_js(); + + // Wait scroll animation to finish. + $this->getSession()->wait(300); } /**