File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 72
72
</createData >
73
73
74
74
<createData entity =" ConfigurableProductAddChild" stepKey =" configProductHandle1" >
75
- <requiredEntity createDataKey =" childProductHandle1" />
76
75
<requiredEntity createDataKey =" baseConfigProductHandle" />
76
+ <requiredEntity createDataKey =" childProductHandle1" />
77
77
</createData >
78
78
<createData entity =" ConfigurableProductAddChild" stepKey =" configProductHandle2" >
79
- <requiredEntity createDataKey =" childProductHandle2" />
80
79
<requiredEntity createDataKey =" baseConfigProductHandle" />
80
+ <requiredEntity createDataKey =" childProductHandle2" />
81
81
</createData >
82
82
</before >
83
83
<after >
127
127
</actionGroup >
128
128
<actionGroup ref =" openProducForEditByClickingRowXColumnYInProductGrid" stepKey =" openProducForEditByClickingRow1Column2InProductGrid2" />
129
129
<actionGroup ref =" removeProductImage" stepKey =" removeProductImage" />
130
- <actionGroup ref =" saveProductForm" stepKey =" saveProductFormAfterRemove" />
130
+
131
+ <!-- Skip success message check when saving product because of bug MAGETWO-91177 -->
132
+ <!-- actionGroup ref="saveProductForm" stepKey="saveProductFormAfterRemove"/-->
133
+ <click selector =" {{AdminProductFormActionSection.saveButton}}" stepKey =" saveProductFormAfterRemove" />
131
134
132
135
<!-- Assert product image not in admin product form -->
133
136
<actionGroup ref =" assertProductImageNotInAdminProductPage" stepKey =" assertProductImageNotInAdminProductPage" />
You can’t perform that action at this time.
0 commit comments