Skip to content

Commit

Permalink
[auto-generated] Update plugin files
Browse files Browse the repository at this point in the history
Check out the commits that caused these changes: moodlehq/moodleapp@105f283...cb10f9e
  • Loading branch information
github-actions[bot] committed Dec 12, 2022
1 parent ca8591d commit 126eca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/behat/behat_app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 126eca8

Please sign in to comment.