mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 15:45:59 +01:00
Merge branch 'wip-mdl-56981' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
a435242491
@ -247,7 +247,7 @@ class behat_backup extends behat_base {
|
|||||||
|
|
||||||
// The first category in the list.
|
// The first category in the list.
|
||||||
$radionode = $this->find('xpath', "//div[contains(concat(' ', normalize-space(@class), ' '), ' bcs-new-course ')]" .
|
$radionode = $this->find('xpath', "//div[contains(concat(' ', normalize-space(@class), ' '), ' bcs-new-course ')]" .
|
||||||
"/descendant::div[@class='restore-course-search']" .
|
"/descendant::div[contains(concat(' ', normalize-space(@class), ' '), ' restore-course-search ')]" .
|
||||||
"/descendant::input[@type='radio']");
|
"/descendant::input[@type='radio']");
|
||||||
$radionode->click();
|
$radionode->click();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user