12-02 ajout vérification

This commit is contained in:
Jean-Christophe Engel 2024-09-13 10:50:41 +02:00
parent d2b8b01577
commit 0453c9d990

View File

@ -43035,11 +43035,18 @@
"target": "", "target": "",
"targets": [], "targets": [],
"value": "" "value": ""
}, {
"id": "d4a20676-845d-4213-8d9c-ab5466fc8131",
"comment": "",
"command": "store",
"target": "Numéro de membre",
"targets": [],
"value": "libelle_champ"
}, { }, {
"id": "15985178-c0ac-4142-b437-87fcada7a681", "id": "15985178-c0ac-4142-b437-87fcada7a681",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//th[text()=\"Numéro de membre\"]/following-sibling::td/a[contains(@href, \"edit.php\")]", "target": "xpath=//th[text()=\"${libelle_champ}\"]/following-sibling::td/a[contains(@href, \"edit.php\")]",
"targets": [ "targets": [
["css=tr:nth-child(1) > .actions span", "css:finder"], ["css=tr:nth-child(1) > .actions span", "css:finder"],
["xpath=//td[6]/a/span", "xpath:position"], ["xpath=//td[6]/a/span", "xpath:position"],
@ -43084,6 +43091,13 @@
["relative=parent"] ["relative=parent"]
], ],
"value": "" "value": ""
}, {
"id": "90a417c4-ddd0-435b-8425-ecf24cf689fa",
"comment": "",
"command": "assertNotText",
"target": "xpath=//th[text()=\"${libelle_champ}\"]/following-sibling::td[2]",
"targets": [],
"value": "Obligatoire"
}, { }, {
"id": "20decff5-77ad-4b2f-a01d-859aae43cc21", "id": "20decff5-77ad-4b2f-a01d-859aae43cc21",
"comment": "créer un membre", "comment": "créer un membre",
@ -43176,7 +43190,7 @@
"id": "11ecf6b0-37a0-400f-a996-3a8e60980821", "id": "11ecf6b0-37a0-400f-a996-3a8e60980821",
"comment": "", "comment": "",
"command": "storeText", "command": "storeText",
"target": "xpath=//dt[contains(.,'Numéro de membre')]/following-sibling::dd", "target": "xpath=//dt[contains(.,'${libelle_champ}')]/following-sibling::dd",
"targets": [], "targets": [],
"value": "numero" "value": "numero"
}, { }, {
@ -43253,7 +43267,7 @@
"id": "37cd309d-9037-4f35-a2de-47116bfef2f4", "id": "37cd309d-9037-4f35-a2de-47116bfef2f4",
"comment": "", "comment": "",
"command": "click", "command": "click",
"target": "xpath=//th[text()=\"Numéro de membre\"]/following-sibling::td/a[contains(@href, \"edit.php\")]", "target": "xpath=//th[text()=\"${libelle_champ}\"]/following-sibling::td/a[contains(@href, \"edit.php\")]",
"targets": [ "targets": [
["css=tr:nth-child(1) > .actions span", "css:finder"], ["css=tr:nth-child(1) > .actions span", "css:finder"],
["xpath=//td[6]/a/span", "xpath:position"], ["xpath=//td[6]/a/span", "xpath:position"],
@ -43298,6 +43312,13 @@
["relative=parent"] ["relative=parent"]
], ],
"value": "" "value": ""
}, {
"id": "0dc76062-bc0d-404c-b400-7e70fa984ee0",
"comment": "",
"command": "assertText",
"target": "xpath=//th[text()=\"${libelle_champ}\"]/following-sibling::td[2]",
"targets": [],
"value": "Obligatoire"
}] }]
}, { }, {
"id": "38833b4a-62c8-4f5d-9865-8f38d1ee3994", "id": "38833b4a-62c8-4f5d-9865-8f38d1ee3994",