File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 73
73
<element name =" selectCategory" type =" input" selector =" //*[@data-index='category_ids']//label[contains(., '{{categoryName}}')]" parameterized =" true" timeout =" 30" />
74
74
<element name =" done" type =" button" selector =" //*[@data-index='category_ids']//button[@data-action='close-advanced-select']" timeout =" 30" />
75
75
<element name =" selectMultipleCategories" type =" input" selector =" //*[@data-index='container_category_ids']//*[contains(@class, '_selected')]" />
76
- <element name =" countryOfManufacture" type =" select" selector =" //*[@id='attributeGrid_table']/tbody/tr[2]/td[2 ]" />
76
+ <element name =" countryOfManufacture" type =" select" selector =" select[name='product[country_of_manufacture]' ]" />
77
77
<element name =" newAddedAttribute" type =" text" selector =" //fieldset[@class='admin__fieldset']//div[contains(@data-index,'{{attributeCode}}')]" parameterized =" true" />
78
78
<element name =" newAddedAttributeInput" type =" text" selector =" //fieldset[@class='admin__fieldset']//div[contains(@data-index,'{{attributeCode}}')]//input" parameterized =" true" />
79
79
<element name =" newCategoryButton" type =" button" selector =" button[data-index='create_category_button']" timeout =" 30" />
You can’t perform that action at this time.
0 commit comments