From 2c7b7ff3d354b93e3f494fd0864068f9d5150354 Mon Sep 17 00:00:00 2001 From: abgreeve Date: Fri, 22 Oct 2021 10:32:14 +0800 Subject: [PATCH] MDL-69371 behat: Update to step definition. This extends the step to look for the file manager on admin pages as well which has a slightly different html signature to look for. --- .../tests/behat/behat_theme_classic_behat_repository_upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/classic/tests/behat/behat_theme_classic_behat_repository_upload.php b/theme/classic/tests/behat/behat_theme_classic_behat_repository_upload.php index 365548f9454..efd6666455d 100644 --- a/theme/classic/tests/behat/behat_theme_classic_behat_repository_upload.php +++ b/theme/classic/tests/behat/behat_theme_classic_behat_repository_upload.php @@ -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 ); }