Skip to content

Commit 86e4545

Browse files
cia-2.4.8-beta2-develop-2.4-develop-sync-11222024: Fix static tests
1 parent 49ace5b commit 86e4545

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/StorefrontApplyTierPriceForBundleDynamicProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
4+
* Copyright 2024 Adobe All rights reserved.
55
* See COPYING.txt for license details.
66
*/
77
-->
@@ -115,4 +115,4 @@
115115
<actionGroup ref="StorefrontCartPageOpenActionGroup" stepKey="goToCartPage" />
116116
<see stepKey="seeNewPriceInCart" selector="{{CheckoutCartSummarySection.subtotal}}" userInput="$240.00"/>
117117
</test>
118-
</tests>
118+
</tests>

app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertActiveProductImageActionGroup.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 © Magento, Inc. All rights reserved.
4+
* Copyright 2024 Adobe All rights reserved.
55
* See COPYING.txt for license details.
66
*/
77
-->

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
3+
* Copyright 2024 Adobe
4+
* All rights reserved.
45
* See COPYING.txt for license details.
56
*/
67
declare(strict_types=1);

0 commit comments

Comments
 (0)