MDL-55713 behat: Correct copy/paste error

This commit is contained in:
Andrew Nicols 2016-10-05 11:04:56 +08:00
parent 9bf212b072
commit 6ee51d010f

View File

@ -170,7 +170,7 @@ XPATH
XPATH
,
'filemanager' => <<<XPATH
+.//*[@data-fieldtype = 'filemanager' or @data-fieldtype = 'filepicker']
.//*[@data-fieldtype = 'filemanager' or @data-fieldtype = 'filepicker']
XPATH
],
];