Skip to content

Commit 6c3e260

Browse files
[auto-generated] Update plugin files
Check out the commits that caused these changes: moodlehq/moodleapp@476a179...5479ae7
1 parent 46d8e22 commit 6c3e260

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/behat/behat_app.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,11 @@ public function i_wait_bbb_room_to_start() {
287287

288288
$this->getSession()->switchToWindow(array_pop($windowNames));
289289
$this->spin(function($context) {
290-
$joinmodal = $context->getSession()->getPage()->find('css', 'div[role="dialog"][aria-label="How would you like to join the audio?"]');
290+
$joinmodal = $context->getSession()->getPage()->find('css', implode(', ', [
291+
'div[role="dialog"][aria-label="How would you like to join the audio?"]',
292+
'div[role="dialog"][aria-label="There was an issue with your audio devices"]',
293+
]));
294+
291295

292296
if ($joinmodal) {
293297
return true;

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

0 commit comments

Comments
 (0)