mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 15:32:43 +02:00
Merge branch 'MDL-69371-master-fix' of git://github.com/abgreeve/moodle
This commit is contained in:
commit
69243cd62a
@ -64,7 +64,7 @@ class behat_theme_classic_behat_repository_upload extends behat_repository_uploa
|
||||
$filepickercontainer = $this->find(
|
||||
'xpath',
|
||||
"//input[./@id = substring-before(//p[normalize-space(.)=$filepickerelement]/@id, '_label')]" .
|
||||
"//ancestor::div[contains(concat(' ', normalize-space(@class), ' '), ' felement ')]",
|
||||
"//ancestor::*[@data-fieldtype = 'filemanager' or @data-fieldtype = 'filepicker']",
|
||||
$exception
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user