Skip to content

Commit 9869fc7

Browse files
committed
ACQE-8896: Admin should be able to create configurable product with Chinese locale and verify data persistence
- Removed category as its not required
1 parent d646bd7 commit 9869fc7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCreateConfigurableProductWithChineseLocaleTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<actionGroup ref="SetAdminAccountActionGroup" stepKey="changeAdminLocaleToChina">
2525
<argument name="InterfaceLocaleByValue" value="zh_Hans_CN"/>
2626
</actionGroup>
27-
<createData entity="ApiCategory" stepKey="createCategory"/>
2827
<createData entity="productAttributeWithTwoOptions" stepKey="createColorAttribute"/>
2928
<createData entity="productAttributeOption1" stepKey="createColorOptionRed">
3029
<requiredEntity createDataKey="createColorAttribute"/>
@@ -60,7 +59,6 @@
6059
<helper class="Magento\Catalog\Test\Mftf\Helper\ProductApiHelper" method="deleteAllProductsApi" stepKey="deleteAllProductsViaApi"/>
6160
<deleteData createDataKey="createColorAttribute" stepKey="deleteColorAttribute"/>
6261
<deleteData createDataKey="createSizeAttribute" stepKey="deleteSizeAttribute"/>
63-
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
6462
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
6563
</after>
6664
<!-- Step 1: Create configurable product -->
@@ -72,7 +70,6 @@
7270
<actionGroup ref="FillMainProductFormActionGroup" stepKey="fillProductForm">
7371
<argument name="product" value="BaseConfigurableProduct"/>
7472
</actionGroup>
75-
<searchAndMultiSelectOption selector="{{AdminProductFormSection.categoriesDropdown}}" parameterArray="[$createCategory.name$]" stepKey="selectCategory"/>
7673
<actionGroup ref="AdminFillProductQtyOnProductFormActionGroup" stepKey="fillProductQuantity">
7774
<argument name="productQty" value="100"/>
7875
</actionGroup>

0 commit comments

Comments
 (0)