From a612de4a3c926d2025f6e548ff8dce2aa1fc4244 Mon Sep 17 00:00:00 2001 From: baharturk Date: Tue, 7 Nov 2023 11:57:31 +0100 Subject: [PATCH] COMMERCE-12227 Add a new path --- .../src/testFunctional/paths/CommerceEntry.path | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/apps/commerce/commerce-product-test/src/testFunctional/paths/CommerceEntry.path b/modules/apps/commerce/commerce-product-test/src/testFunctional/paths/CommerceEntry.path index 0323bdba261582..11a13bd7bf6b24 100644 --- a/modules/apps/commerce/commerce-product-test/src/testFunctional/paths/CommerceEntry.path +++ b/modules/apps/commerce/commerce-product-test/src/testFunctional/paths/CommerceEntry.path @@ -85,6 +85,11 @@ //label[contains(text(),'${key_fieldLabel}')]/..//select + + LABEL_SELECT_BY_INDEX + xpath=(//label[contains(text(),'${key_fieldLabel}')]/..//select)[${key_index}] + + LABEL_GENERIC_SELECT_POSITION //label[contains(text(),'${key_fieldLabel}')]/..//select/option['${row}']