14-02, 14-03 : correction xpath

This commit is contained in:
Jean-Christophe Engel 2024-10-07 14:28:04 +02:00
parent 49a033e52c
commit e4b6716b8a

View File

@ -49550,7 +49550,7 @@
"id": "814fd96d-59ba-495d-97ea-11300a043546", "id": "814fd96d-59ba-495d-97ea-11300a043546",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//table[@class=\"list\"]/tbody//th[text()=\"${nom_categorie}\"]/following-sibling::td/a", "target": "xpath=//table[@class=\"list\"]/tbody//th[text()=\"${nom_categorie}\"]/following-sibling::td/a[starts-with(@href, \"delete.php\")]",
"targets": [], "targets": [],
"value": "" "value": ""
}, { }, {
@ -49903,7 +49903,7 @@
"id": "7cfb2f4c-0cd7-4fc5-95d7-41e433a4dbee", "id": "7cfb2f4c-0cd7-4fc5-95d7-41e433a4dbee",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//table[@class=\"list\"]/tbody//th[text()=\"${nom_categorie}\"]/following-sibling::td/a", "target": "xpath=//table[@class=\"list\"]/tbody//th[text()=\"${nom_categorie}\"]/following-sibling::td/a[starts-with(@href, \"delete.php\")]",
"targets": [], "targets": [],
"value": "" "value": ""
}, { }, {