MOBILE-4081 behat: Improve flaky tests

main
Noel De Martin 2022-12-12 10:51:27 +01:00
parent 324785f36a
commit 655e604576
1 changed files with 3 additions and 0 deletions

View File

@ -621,6 +621,9 @@ class behat_app extends behat_app_helper {
});
$this->wait_for_pending_js();
// Wait for UI to settle after refreshing.
$this->getSession()->wait(300);
}
/**