MDL-86488 behat: Update xpath for action menu trigger's label
This commit is contained in:
@@ -154,7 +154,7 @@ XPATH
|
||||
descendant::*[
|
||||
contains(concat(' ', normalize-space(@class), ' '), ' dropdown-toggle ')
|
||||
and
|
||||
(contains(normalize-space(.), %locator%) or descendant::*[%titleMatch%])
|
||||
(contains(normalize-space(.), %locator%) or descendant::*[%titleMatch%] or %ariaLabelMatch%)
|
||||
]
|
||||
]
|
||||
XPATH
|
||||
|
||||
Reference in New Issue
Block a user