MDL-87050 behat: use src for img xpath selector

This commit is contained in:
Simey Lameze
2025-11-18 10:50:36 +07:00
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 |