MDL-87050 behat: use src for img xpath selector
This commit is contained in:
committed by
Huong Nguyen
parent
66c3ff069a
commit
d900d4f97b
@@ -56,5 +56,5 @@ Feature: Folder files can be viewed without downloading
|
||||
|
||||
Examples:
|
||||
| filename | displayedtext | elementtype |
|
||||
| image.jpg | //img[contains(@alt, '/image.jpg')] | xpath_element |
|
||||
| image.jpg | //img[contains(@src, '/image.jpg')] | xpath_element |
|
||||
| test.html | This is an example HTML | text |
|
||||
|
||||
Reference in New Issue
Block a user