File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
77
<data key =" quantity" >1000</data >
78
78
<data key =" urlKey" unique =" suffix" >simple</data >
79
79
<requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
80
+ <requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
80
81
</entity >
81
82
<entity name =" SimpleProduct4" type =" product" >
82
- <data key =" sku" unique =" suffix" >SimpleProduct </data >
83
+ <data key =" sku" unique =" suffix" >testSku </data >
83
84
<data key =" type_id" >simple</data >
84
85
<data key =" attribute_set_id" >4</data >
85
- <data key =" name" unique =" suffix" >SimpleProduct</data >
86
- <data key =" price" >123.00</data >
87
86
<data key =" visibility" >4</data >
87
+ <data key =" name" unique =" suffix" >OutOfStockProduct</data >
88
+ <data key =" price" >123.00</data >
89
+ <data key =" urlKey" unique =" suffix" >testurlkey</data >
88
90
<data key =" status" >1</data >
89
91
<data key =" quantity" >0</data >
90
- <data key =" weight" >1</data >
91
- <requiredEntity type =" product_extension_attribute" >EavStockItem</requiredEntity >
92
92
<requiredEntity type =" custom_attribute_array" >CustomAttributeCategoryIds</requiredEntity >
93
93
</entity >
94
94
<entity name =" NewSimpleProduct" type =" product" >
Original file line number Diff line number Diff line change 16
16
<selectOption selector =" {{InventoryConfigSection.DisplayOutOfStockDropdown}}" userInput =" Yes" stepKey =" switchToYes" />
17
17
<click selector =" {{ContentManagementSection.Save}}" stepKey =" clickSaveConfig" />
18
18
</actionGroup >
19
- <actionGroup name =" dontDisplayOutOfStockProduct " >
19
+ <actionGroup name =" noDisplayOutOfStockProduct " >
20
20
<amOnPage url =" {{InventoryConfigurationPage.url}}" stepKey =" navigateToInventoryConfigurationPage" />
21
21
<waitForPageLoad stepKey =" waitForConfigPageToLoad" />
22
22
<uncheckOption selector =" {{InventoryConfigSection.DisplayOutOfStockSystemValue}}" stepKey =" uncheckUseSystemValue" />
You can’t perform that action at this time.
0 commit comments