We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8591d commit 126eca8Copy full SHA for 126eca8
tests/behat/behat_app.php
@@ -621,6 +621,9 @@ public function i_pull_to_refresh_in_the_app() {
621
});
622
623
$this->wait_for_pending_js();
624
+
625
+ // Wait for UI to settle after refreshing.
626
+ $this->getSession()->wait(300);
627
}
628
629
/**
version.php
@@ -6,7 +6,7 @@
6
7
defined('MOODLE_INTERNAL') || die;
8
9
-$plugin->version = 2022111600;
+$plugin->version = 2022121200;
10
$plugin->requires = 2016052300;
11
$plugin->maturity = MATURITY_STABLE;
12
$plugin->release = '4.1.0-dev';
0 commit comments