Skip to content

Commit 5fadd6e

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@81ac023...3dd5acc
1 parent 9888376 commit 5fadd6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/behat/behat_app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function login(string $username) {
336336

337337
// Note there are two 'Log in' texts visible (the title and the button) so we have to use
338338
// a 'near' value here.
339-
$this->i_press_in_the_app('"Log in" near "Forgotten"');
339+
$this->i_press_in_the_app('"Log in" "ion-button"');
340340

341341
// Wait until the main page appears.
342342
$this->spin(

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 = 2023080200;
9+
$plugin->version = 2023092100;
1010
$plugin->requires = 2016052300;
1111
$plugin->maturity = MATURITY_STABLE;
1212
$plugin->release = '4.3.0';

0 commit comments

Comments
 (0)