Correction de quelques chemins xpath

This commit is contained in:
Jean-Christophe Engel 2025-05-10 15:59:57 +02:00
parent aaac7e14c8
commit bff37d9f5c

View File

@ -16019,26 +16019,12 @@
], ],
"value": "" "value": ""
}, { }, {
"id": "f992fa8d-d20a-4cf2-8a16-4cb414a37cd8", "id": "5f0d514c-a5b5-49eb-89ef-483aa8e69b98",
"comment": "", "comment": "",
"command": "storeText", "command": "assertElementPresent",
"target": "xpath=//h1", "target": "xpath=//h1[starts-with(text(), \"${nom_cherche}\")]",
"targets": [], "targets": [],
"value": "titre_page" "value": ""
}, {
"id": "0beb5586-3e78-4491-a885-60be13ce6330",
"comment": "",
"command": "executeScript",
"target": "return ${titre_page}.startsWith(${nom_cherche})",
"targets": [],
"value": "ok"
}, {
"id": "e2776ae7-9284-4cef-a318-447fb3328759",
"comment": "",
"command": "assert",
"target": "ok",
"targets": [],
"value": "true"
}, { }, {
"id": "da0f9574-1f5b-4b99-87d3-2ffc73bbaf2b", "id": "da0f9574-1f5b-4b99-87d3-2ffc73bbaf2b",
"comment": "", "comment": "",
@ -24414,7 +24400,7 @@
"id": "b2a902ca-a4d5-4c19-9fbd-d000583df7ba", "id": "b2a902ca-a4d5-4c19-9fbd-d000583df7ba",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//a[contains(@href, '/admin/config/users']", "target": "xpath=//a[contains(@href, '/admin/config/users')]",
"targets": [ "targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"], ["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"], ["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
@ -24686,7 +24672,7 @@
"id": "cf80caad-0119-41b1-a04e-ad222019db0f", "id": "cf80caad-0119-41b1-a04e-ad222019db0f",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//a[contains(@href, '/admin/config/users']", "target": "xpath=//a[contains(@href, '/admin/config/users')]",
"targets": [ "targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"], ["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"], ["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
@ -25534,14 +25520,14 @@
"id": "26e9c4ab-9425-487d-9d48-82779e158aa6", "id": "26e9c4ab-9425-487d-9d48-82779e158aa6",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//a[@href='/admin/me/security.php']", "target": "xpath=//a[contains(@href, '/admin/me/security.php')]",
"targets": [], "targets": [],
"value": "" "value": ""
}, { }, {
"id": "b306a569-c36f-4a66-90cd-0757d639bff3", "id": "b306a569-c36f-4a66-90cd-0757d639bff3",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//a[@href='/admin/users/log.php']", "target": "xpath=//a[contains(@href,'/admin/users/log.php')]",
"targets": [], "targets": [],
"value": "" "value": ""
}, { }, {
@ -25622,7 +25608,7 @@
"id": "7fc6405d-6f22-4b9f-9aef-7ccf5b787144", "id": "7fc6405d-6f22-4b9f-9aef-7ccf5b787144",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//a[@href='/admin/config/advanced/audit.php']", "target": "xpath=//a[contains(@href,'/admin/config/advanced/audit.php')]",
"targets": [], "targets": [],
"value": "" "value": ""
}, { }, {