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 9888376 commit 5fadd6eCopy full SHA for 5fadd6e
tests/behat/behat_app.php
@@ -336,7 +336,7 @@ public function login(string $username) {
336
337
// Note there are two 'Log in' texts visible (the title and the button) so we have to use
338
// a 'near' value here.
339
- $this->i_press_in_the_app('"Log in" near "Forgotten"');
+ $this->i_press_in_the_app('"Log in" "ion-button"');
340
341
// Wait until the main page appears.
342
$this->spin(
version.php
@@ -6,7 +6,7 @@
6
7
defined('MOODLE_INTERNAL') || die;
8
9
-$plugin->version = 2023080200;
+$plugin->version = 2023092100;
10
$plugin->requires = 2016052300;
11
$plugin->maturity = MATURITY_STABLE;
12
$plugin->release = '4.3.0';
0 commit comments