mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-68750 behat: Correct dialogue selector
This commit is contained in:
parent
71965a8572
commit
8985c478ce
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ XPATH
|
|||
.//div[
|
||||
contains(concat(' ', normalize-space(@class), ' '), ' modal ')
|
||||
and
|
||||
normalize-space(descendant::*[contains(concat(' ', normalize-space(@class), ' '), ' modal-header ')] = %locator%)
|
||||
normalize-space(descendant::*[contains(concat(' ', normalize-space(@class), ' '), ' modal-header ')]) = %locator%
|
||||
]
|
||||
XPATH
|
||||
, 'group_message' => <<<XPATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue