Skip to content

Commit 126eca8

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@105f283...cb10f9e
1 parent ca8591d commit 126eca8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/behat/behat_app.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,9 @@ public function i_pull_to_refresh_in_the_app() {
621621
});
622622

623623
$this->wait_for_pending_js();
624+
625+
// Wait for UI to settle after refreshing.
626+
$this->getSession()->wait(300);
624627
}
625628

626629
/**

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
defined('MOODLE_INTERNAL') || die;
88

9-
$plugin->version = 2022111600;
9+
$plugin->version = 2022121200;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.1.0-dev';

0 commit comments

Comments
 (0)