Skip to content

Commit bca8799

Browse files
authored
Merge branch '2.4-develop' into blth-del10131-commdashpr
2 parents 9b198ab + 97b2ea4 commit bca8799

File tree

6 files changed

+93
-87
lines changed

6 files changed

+93
-87
lines changed

app/code/Magento/AdminAnalytics/Test/Mftf/Test/AdminCheckAnalyticsTrackingTest.xml

Lines changed: 3 additions & 2 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

@@ -16,6 +16,7 @@
1616
<severity value="MINOR"/>
1717
<testCaseId value="MC-36869"/>
1818
<group value="pr_exclude"/>
19+
<group value="all_bundled_only"/>
1920
</annotations>
2021
<before>
2122
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>

app/code/Magento/CacheInvalidate/Test/Mftf/Test/AdminValidateEAVTypesAndAttributesConfigurationTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
</annotations>
2121
<before>
2222
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
23-
<actionGroup ref="AdminGoToCacheManagementPageActionGroup" stepKey="goToCacheManagementPage"/>
24-
<!--Verify Cache Type EAV Types And Attributes Is ENABLED -->
25-
<waitForText selector="{{AdminMessagesSection.assertCacheManagementStatusEnabled('EAV')}}" userInput="ENABLED" stepKey="verifyCacheTypeEAVTypesAndAttributesIsENABLED"/>
23+
<comment userInput="BIC Workaround" stepKey="goToCacheManagementPage" />
24+
<magentoCLI command="cache:enable" arguments="eav" stepKey="verifyCacheTypeEAVTypesAndAttributesIsENABLED"/>
2625
</before>
2726
<after>
2827
<!--Delete created entity -->

app/code/Magento/SalesGraphQl/Model/Formatter/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function format(OrderInterface $orderModel): array
5757
'shipping_address' => $this->orderAddress->getOrderShippingAddress($orderModel),
5858
'billing_address' => $this->orderAddress->getOrderBillingAddress($orderModel),
5959
'payment_methods' => $this->orderPayments->getOrderPaymentMethod($orderModel),
60-
'applied_coupons' => $orderModel->getCouponCode() ? ['code' => $orderModel->getCouponCode()] : [],
60+
'applied_coupons' => $orderModel->getCouponCode() ? [['code' => $orderModel->getCouponCode()]] : [],
6161
'model' => $orderModel,
6262
'comments' => $this->getOrderComments($orderModel)
6363
];

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_actions-bar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
padding: @page-main-actions__padding;
2525
}
2626

27-
.actions-scrollable {
27+
.customer-index-edit .actions-scrollable {
2828
.page-actions {
2929
display: flex;
3030
overflow-x: auto;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"wikimedia/less.php": "^5.0"
9494
},
9595
"require-dev": {
96-
"magento/magento-allure-phpunit": "^3.0",
96+
"allure-framework/allure-phpunit": "^3.1",
9797
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
9898
"dg/bypass-finals": "^1.4",
9999
"friendsofphp/php-cs-fixer": "^3.22",

composer.lock

Lines changed: 85 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)