From 126eca89bc67cbf6f093c563411f12ef7e860645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:24:12 +0000 Subject: [PATCH] [auto-generated] Update plugin files Check out the commits that caused these changes: https://github.com/moodlehq/moodleapp/compare/105f283559f1a7a9a62cc2d43e89d5ff2f812e9b...cb10f9e25db6a99b0c23ad8bf34c440f9144c6c5 --- tests/behat/behat_app.php | 3 +++ version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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';