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 7171586 commit 1cd3e3cCopy full SHA for 1cd3e3c
tests/behat/behat_app_helper.php
@@ -181,6 +181,9 @@ protected function fix_moodle_setup() {
181
$service->enabled = 1;
182
$webservicemanager->update_external_service($service);
183
}
184
+
185
+ // The default window size for LMS tests is 1366x768.
186
+ $this->getSession()->getDriver()->resizeWindow(1366, 768);
187
188
189
/**
version.php
@@ -6,7 +6,7 @@
6
7
defined('MOODLE_INTERNAL') || die;
8
9
-$plugin->version = 2025032500;
+$plugin->version = 2025041000;
10
$plugin->requires = 2018051700;
11
$plugin->maturity = MATURITY_STABLE;
12
$plugin->release = '5.0.0';
0 commit comments