File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 169
169
<arguments >
170
170
<argument name =" attribute" type =" entity" defaultValue =" productAttributeWysiwyg" />
171
171
</arguments >
172
- <click stepKey =" createNewAttribute" selector =" {{AdminProductAttributeGridSection.NewAttribute }}" />
172
+ <click stepKey =" createNewAttribute" selector =" {{AdminProductAttributeGridSection.createNewAttributeBtn }}" />
173
173
<fillField stepKey =" fillDefaultLabel" selector =" {{AttributePropertiesSection.DefaultLabel}}" userInput =" {{attribute.attribute_code}}" />
174
174
<selectOption selector =" {{AttributePropertiesSection.InputType}}" stepKey =" checkInputType" userInput =" {{attribute.frontend_input}}" />
175
175
<selectOption selector =" {{AttributePropertiesSection.ValueRequired}}" stepKey =" checkRequired" userInput =" {{attribute.is_required_admin}}" />
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminProductAttributeGridSection" >
12
12
<element name =" AttributeCode" type =" text" selector =" //td[contains(text(),'{{var1}}')]" parameterized =" true" timeout =" 30" />
13
- <element name =" NewAttribute " type =" button" selector =" #add " />
13
+ <element name =" createNewAttributeBtn " type =" button" selector =" button[data-index='add_new_attribute_button'] " />
14
14
<element name =" GridFilterFrontEndLabel" type =" input" selector =" #attributeGrid_filter_frontend_label" />
15
15
<element name =" Search" type =" button" selector =" button[data-action=grid-filter-apply]" timeout =" 30" />
16
16
<element name =" ResetFilter" type =" button" selector =" button[data-action='grid-filter-reset']" timeout =" 30" />
You can’t perform that action at this time.
0 commit comments