Skip to content

Commit f733ebb

Browse files
committed
ACQE-8227: Product Attribute of multiselect type changes can be saved with mass update
- Added create entity before login
1 parent 2bccf0c commit f733ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductAttributeWithMultiSelectTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<group value="Catalog"/>
1919
</annotations>
2020
<before>
21+
<createData entity="SimpleProduct" stepKey="createSimpleProduct"/>
2122
<!-- Pre-condition Step-1 Multiselect attribute is created with three options: 1, 2, 3 -->
2223
<createData entity="multiSelectAttributeWithThreeOptions" stepKey="createMultiSelectProductAttributeWithThreeOptions"/>
2324
<!-- Login as admin -->
@@ -51,7 +52,6 @@
5152
</actionGroup>
5253
<actionGroup ref="SaveAttributeSetActionGroup" stepKey="saveAttributeSet"/>
5354
<!-- Pre-condition Step-3 Product is created based on default attribute set. Value of multiselect attribute set to 1 and 2 for this product -->
54-
<createData entity="SimpleProduct" stepKey="createSimpleProduct"/>
5555
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
5656
<actionGroup ref="FilterProductGridBySkuActionGroup" stepKey="filterProduct">
5757
<argument name="product" value="$$createSimpleProduct$$"/>

0 commit comments

Comments
 (0)