Skip to content

Commit 92a27de

Browse files
committed
Merge remote-tracking branch 'origin/2.4.7-develop' into spartans_pr_29032024_AC-11661
2 parents c560c77 + c62e045 commit 92a27de

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

app/code/Magento/Directory/Test/Mftf/Test/CustomCurrencySymbolWithSpaceTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
<actionGroup ref="AdminReloadDashboardDataActionGroup" stepKey="reloadDashboardData" />
7171
<!--Verify there is a space between custom currency symbol respective amounts on admin dashboard-->
7272
<grabTextFrom selector="{{AdminDashboardSection.dashboardTotals('Revenue')}}" stepKey="grabStartQuantity"/>
73-
<assertEquals stepKey="assertInputIsDisabled">
73+
<assertRegExp stepKey="assertInputIsDisabled">
7474
<actualResult type="const">$grabStartQuantity</actualResult>
75-
<expectedResult type="string">IDRx 0.00</expectedResult>
76-
</assertEquals>
75+
<expectedResult type="string">/IDRx \d+\.\d+/</expectedResult>
76+
</assertRegExp>
7777

7878
<!--Verify Category in store front page-->
7979
<amOnPage url="{{StorefrontCategoryPage.url($createDefaultCategory.custom_attributes[url_key]$)}}" stepKey="openStorefrontCategoryPage"/>

dev/tests/integration/testsuite/Magento/Paypal/Controller/Transparent/RedirectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Magento\Paypal\Controller\Transparent;
99

1010
use Magento\TestFramework\TestCase\AbstractController;
11-
use Zend\Stdlib\Parameters;
11+
use Laminas\Stdlib\Parameters;
1212

1313
/**
1414
* Tests PayPal transparent redirect controller.

lib/internal/Magento/Framework/ObjectManager/Resetter/ResetterInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
use Magento\Framework\ObjectManager\ResetAfterRequestInterface;
1111
use Magento\Framework\ObjectManagerInterface;
12-
use WeakMap;
1312

1413
/**
1514
* Interface that keeps track of the instances that need to be reset, and resets them

0 commit comments

Comments
 (0)