mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-68209 core_course: improve activity chooser styling
This commit is contained in:
parent
68fd8d8bdf
commit
5fe7bcdb30
10 changed files with 200 additions and 76 deletions
|
@ -250,7 +250,7 @@ class behat_course extends behat_base {
|
|||
// Clicks the selected activity if it exists.
|
||||
$activityxpath = "//div[contains(concat(' ', normalize-space(@class), ' '), ' modchooser ')]" .
|
||||
"/descendant::div[contains(concat(' ', normalize-space(@class), ' '), ' optioninfo ')]" .
|
||||
"/descendant::p[contains(concat(' ', normalize-space(@class), ' '), ' optionname ')]" .
|
||||
"/descendant::div[contains(concat(' ', normalize-space(@class), ' '), ' optionname ')]" .
|
||||
"[normalize-space(.)=$activityliteral]" .
|
||||
"/parent::a";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue