Skip to content

Commit c32d06d

Browse files
committed
MC-25026: MFTF TASK FOR MC-6080 (MC-25681)
1 parent 9f093a3 commit c32d06d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<requiredEntity createDataKey="createConfigProduct"/>
6262
</createData>
6363
<updateData entity="ApiSimpleProductUpdateDescription" stepKey="updateConfigProduct" createDataKey="createConfigProduct"/>
64+
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
65+
<actionGroup ref="CliRunReindexUsingCronJobsActionGroup" stepKey="reindexInvalidatedIndices"/>
6466
</before>
6567
<after>
6668
<!-- @TODO: Uncomment once MQE-679 is fixed -->

app/code/Magento/Customer/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
2727
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2828
<actionGroup ref="DeleteCustomerFromAdminActionGroup" stepKey="deleteCustomerFromAdmin"/>
29+
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearProductsGridFilters"/>
2930
<actionGroup ref="logout" stepKey="adminLogout"/>
3031
</after>
3132
<!-- Step 0: User signs up an account -->

0 commit comments

Comments
 (0)