File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 21
21
<element name =" fillOptionValueTitle" type =" input" selector =" //span[text()='{{var1}}']/parent::div/parent::div/parent::div//tbody/tr[@data-repeat-index='{{var2}}']//label[text()='Title']/parent::span/parent::div//div[@class='admin__field-control']/input" parameterized =" true" />
22
22
<element name =" fillOptionValuePrice" type =" input" selector =" //span[text()='{{var1}}']/parent::div/parent::div/parent::div//tbody/tr[@data-repeat-index='{{var2}}']//span[text()='Price']/parent::label/parent::div//div[@class='admin__control-addon']/input" parameterized =" true" />
23
23
<element name =" clickSelectPriceType" type =" select" selector =" //span[text()='{{var1}}']/parent::div/parent::div/parent::div//tbody//tr[@data-repeat-index='{{var2}}']//label[text()='Price Type']/parent::span/parent::div//select" parameterized =" true" />
24
- <element name =" clickSelectPriceType" type =" select" selector =" //span[text()='{{var1}}']/parent::div/parent::div/parent::div//tbody//tr[@data-repeat-index='{{var2}}']//span[text()='Price Type']/parent::label/parent::div//select" parameterized =" true" />
25
24
<!-- Elements that make it easier to select the most recently added element -->
26
25
<element name =" lastOptionTitle" type =" input" selector =" //*[@data-index='custom_options']//*[@data-index='options']/tbody/tr[last()]//*[contains(@class, '_required')]//input" />
27
26
<element name =" lastOptionTypeParent" type =" block" selector =" //*[@data-index='custom_options']//*[@data-index='options']/tbody/tr[last()]//*[contains(@class, 'admin__action-multiselect-text')]" />
You can’t perform that action at this time.
0 commit comments