From 53e475687a9201aae7acfb0f245fb120ad4e1308 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 12 Jun 2024 15:13:26 +0200 Subject: [PATCH] 4-09 4-10 correction xpath tri parent --- paheko.side | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/paheko.side b/paheko.side index 2442e77..8756228 100644 --- a/paheko.side +++ b/paheko.side @@ -13822,7 +13822,7 @@ "id": "95852992-a3a5-4153-b35c-385b237da571", "comment": "Trier par parent croissant", "command": "click", - "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"parent\")]", + "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"id_parent\")]", "targets": [], "value": "" }, { @@ -14039,7 +14039,7 @@ "id": "316e0656-f265-4e9a-af31-932f3016c781", "comment": "Inverser le sens de tri", "command": "click", - "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"parent\")]", + "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"id_parent\")]", "targets": [], "value": "" }, { @@ -15014,7 +15014,7 @@ "id": "efc0d938-c6a2-4339-90f1-ef9827b6bbf0", "comment": "Trier par parent décroissant", "command": "click", - "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"parent\")]", + "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"id_parent\")]", "targets": [], "value": "" }, { @@ -15252,7 +15252,7 @@ "id": "dc512674-c733-4cc5-b99d-130aa1d87bd8", "comment": "Inverser le sens de tri", "command": "click", - "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"parent\")]", + "target": "xpath=//thead[@class=\"userOrder\"]//a[contains(@href, \"id_parent\")]", "targets": [], "value": "" }, {