mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-60078 User tours accessibility: Tab should go back into the pop-up
This commit is contained in:
parent
f5b956679e
commit
26872a8006
3 changed files with 171 additions and 1 deletions
|
@ -137,7 +137,11 @@ XPATH
|
|||
.//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
||||
normalize-space(descendant::div[@class='hd']) = %locator%]
|
||||
|
|
||||
.//div[@data-region='modal' and descendant::*[@data-region='title'] = %locator%]
|
||||
.//div[@data-region='modal' and descendant::*[@data-region='title'] = %locator%] |
|
||||
.//div[contains(concat(' ', normalize-space(@class), ' '), ' modal-content ') and
|
||||
normalize-space(descendant::h4[
|
||||
contains(concat(' ', normalize-space(@class), ' '), ' modal-title ')
|
||||
]) = %locator%]
|
||||
XPATH
|
||||
, 'icon' => <<<XPATH
|
||||
.//*[contains(concat(' ', normalize-space(@class), ' '), ' icon ') and ( contains(normalize-space(@title), %locator%))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue