MDL-86488 behat: Update xpath for action menu trigger's label

This commit is contained in:
Jun Pataleta
2025-09-18 17:25:21 +08:00
parent 4e09d70272
commit c7d4f457d7
+1 -1
View File
@@ -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