Skip to content

Commit 451cf40

Browse files
Merge branch 'ACQE-7616' into functional-mainline-deployment-branch
2 parents 6cc1569 + 2067147 commit 451cf40

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2025 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -17,7 +17,6 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-28543"/>
1919
<group value="sales"/>
20-
<group value="pr_exclude"/>
2120
</annotations>
2221
<before>
2322
<createData entity="_defaultCategory" stepKey="createCategory"/>
@@ -26,6 +25,9 @@
2625
</createData>
2726
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2827
<createData entity="Simple_US_Customer" stepKey="createCustomer2"/>
28+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="runIndexCronJobs">
29+
<argument name="indices" value=""/>
30+
</actionGroup>
2931
</before>
3032
<after>
3133
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />

0 commit comments

Comments
 (0)