Skip to content

Commit 61aa17a

Browse files
committed
ACQE-8125: Cannot change intermediate custom status in admin using add comment form
- Appropiate Copyrights are updated in Data and Section file
1 parent 26842a5 commit 61aa17a

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminAssignCustomStatusToStateActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</annotations>
1414
<arguments>
1515
<argument name="orderStatus" type="string"/>
16-
<argument name="orderState" type="string" />
16+
<argument name="orderState" type="string"/>
1717
</arguments>
1818
<click selector="{{AdminOrderStatusGridSection.assignStatusToStateBtn}}" stepKey="clickAssignStatusBtn" after="waitForPageLoaded"/>
1919
<selectOption selector="{{AdminAssignOrderStatusToStateSection.orderStatus}}" userInput="{{orderStatus}}" stepKey="selectOrderStatus"/>

app/code/Magento/Sales/Test/Mftf/Data/OrderCommentsData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2025 Adobe
4+
* Copyright 2021 Adobe
55
* All Rights Reserved.
66
*/
77
-->

app/code/Magento/Sales/Test/Mftf/Data/OrderStatusData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2025 Adobe
4+
* Copyright 2021 Adobe
55
* All Rights Reserved.
66
*/
77
-->

app/code/Magento/Sales/Test/Mftf/Section/AdminCreateOrderCommentsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright 2025 Adobe
4+
* Copyright 2021 Adobe
55
* All Rights Reserved.
66
*/
77
-->

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<argument name="statusCode" value="{{readyForPickup.code}}"/>
3838
</actionGroup>
3939
<click selector="{{AdminOrderStatusGridSection.unassign}}" stepKey="unassigningOrderStatus"/>
40-
<!-- Disable created order status -->
41-
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
42-
<argument name="tags" value="config full_page"/>
43-
</actionGroup>
4440
<!--Logout from customer account-->
4541
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutStorefront"/>
4642
<!--Delete Data-->

0 commit comments

Comments
 (0)