Skip to content

Commit f77f115

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@5936cda...2750898
1 parent ad1468a commit f77f115

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

tests/behat/behat_app.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,4 +1211,13 @@ public function i_change_viewport_size_in_the_app(int $width, int $height) {
12111211
$this->resize_app_window($width, $height);
12121212
}
12131213

1214+
/**
1215+
* Wait until Toast disappears.
1216+
*
1217+
* @When I wait toast to dismiss in the app
1218+
*/
1219+
public function i_wait_toast_to_dismiss_in_the_app() {
1220+
$this->runtime_js('waitToastDismiss()');
1221+
}
1222+
12141223
}

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

0 commit comments

Comments
 (0)