diff --git a/tests/behat/behat_app.php b/tests/behat/behat_app.php index a5af4a3..168bfa9 100644 --- a/tests/behat/behat_app.php +++ b/tests/behat/behat_app.php @@ -621,6 +621,9 @@ public function i_pull_to_refresh_in_the_app() { }); $this->wait_for_pending_js(); + + // Wait for UI to settle after refreshing. + $this->getSession()->wait(300); } /** diff --git a/version.php b/version.php index 17c37ad..56a7fd9 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2022111600; +$plugin->version = 2022121200; $plugin->requires = 2016052300; $plugin->maturity = MATURITY_STABLE; $plugin->release = '4.1.0-dev';