File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/Catalog/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" ProductAttribute" />
14
14
</arguments >
15
15
<amOnPage url =" {{AdminProductAttributeGridPage.url}}" stepKey =" navigateToProductAttributeGrid" />
16
- <waitForPageLoad stepKey =" waitForPageLoad1" />
17
16
<fillField selector =" {{AdminProductAttributeGridSection.FilterByAttributeCode}}"
18
17
userInput =" {{ProductAttribute.attribute_code}}" stepKey =" setAttributeCode" />
19
18
<click selector =" {{AdminProductAttributeGridSection.Search}}" stepKey =" searchForAttributeFromTheGrid" />
Original file line number Diff line number Diff line change 65
65
<data key =" is_default" >false</data >
66
66
<data key =" sort_order" >0</data >
67
67
</entity >
68
- <entity name =" productAttributeOption7 " type =" ProductAttributeOption" >
68
+ <entity name =" ProductAttributeOption7 " type =" ProductAttributeOption" >
69
69
<var key =" attribute_code" entityKey =" attribute_code" entityType =" ProductAttribute" />
70
70
<data key =" label" unique =" suffix" >Green</data >
71
71
<data key =" is_default" >false</data >
72
72
<data key =" sort_order" >3</data >
73
73
<requiredEntity type =" StoreLabel" >Option7Store0</requiredEntity >
74
74
<requiredEntity type =" StoreLabel" >Option8Store1</requiredEntity >
75
75
</entity >
76
- <entity name =" productAttributeOption8 " type =" ProductAttributeOption" >
76
+ <entity name =" ProductAttributeOption8 " type =" ProductAttributeOption" >
77
77
<var key =" attribute_code" entityKey =" attribute_code" entityType =" ProductAttribute" />
78
78
<data key =" label" unique =" suffix" >Red</data >
79
79
<data key =" is_default" >false</data >
You can’t perform that action at this time.
0 commit comments