Skip to content

Commit 1cd3e3c

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@5322049...5b18cbf
1 parent 7171586 commit 1cd3e3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/behat/behat_app_helper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ protected function fix_moodle_setup() {
181181
$service->enabled = 1;
182182
$webservicemanager->update_external_service($service);
183183
}
184+
185+
// The default window size for LMS tests is 1366x768.
186+
$this->getSession()->getDriver()->resizeWindow(1366, 768);
184187
}
185188

186189
/**

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 = 2025032500;
9+
$plugin->version = 2025041000;
1010
$plugin->requires = 2018051700;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '5.0.0';

0 commit comments

Comments
 (0)