Skip to content

Commit f2dce08

Browse files
committed
MC-40167: [JetTeam] Unskip AdminSubmitConfigurableProductOrderTest
1 parent 649dcb7 commit f2dce08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminSubmitConfigurableProductOrderTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</createData>
8686

8787
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
88-
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
88+
<magentoCron groups="index" stepKey="reindexInvalidatedIndicesBefore"/>
8989

9090
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
9191
</before>
@@ -101,7 +101,7 @@
101101
<deleteData createDataKey="createCategory" stepKey="deleteApiCategory"/>
102102

103103
<!-- Reindex invalidated indices after product attribute has been created/deleted -->
104-
<magentoCron groups="index" stepKey="reindexInvalidatedIndicesAfter"/>
104+
<magentoCron groups="index" stepKey="reindexInvalidatedIndices"/>
105105
</after>
106106
<!--Create new customer order-->
107107
<actionGroup ref="NavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">

0 commit comments

Comments
 (0)