Skip to content

Commit 0ff261d

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#4266: Fixed MFTF Test failure
1 parent 465dc00 commit 0ff261d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
</after>
3838

3939
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
40+
<actionGroup ref="AdminDataGridSelectPerPageActionGroup" stepKey="selectNumberOfProductsPerPage">
41+
<argument name="perPage" value="100"/>
42+
</actionGroup>
4043
<actionGroup ref="SearchProductGridByKeyword2ActionGroup" stepKey="searchByKeyword">
4144
<argument name="keyword" value="api-simple-product"/>
4245
</actionGroup>
@@ -50,10 +53,10 @@
5053
</actionGroup>
5154

5255
<actionGroup ref="AdminClickMassUpdateProductAttributesActionGroup" stepKey="clickDropdown"/>
53-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOption"/>
54-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBulkUpdatePage"/>
55-
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeInUrl"/>
56-
56+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOption"/>
57+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForBulkUpdatePage"/>
58+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeInUrl"/>
59+
5760
<actionGroup ref="AdminCheckNameToggleOnProductsMassAttributesUpdateActionGroup" stepKey="toggleToChangeName"/>
5861

5962
<actionGroup ref="AdminClickSaveOnProductsMassAttributesUpdateActionGroup" stepKey="save"/>

0 commit comments

Comments
 (0)