Skip to content

Commit cf66a7b

Browse files
authored
Merge branch '2.4-develop' into v5-add-AdminOpenConfigurationStoresPageActionGroup
2 parents 3220bcd + e1c5c1d commit cf66a7b

File tree

7 files changed

+642
-133
lines changed

7 files changed

+642
-133
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontForthLevelCategoryTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<deleteData createDataKey="category3" stepKey="deleteCategory3"/>
3535
<deleteData createDataKey="category2" stepKey="deleteCategory2"/>
3636
<deleteData createDataKey="category1" stepKey="deleteCategory1"/>
37+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cleanInvalidatedCaches">
38+
<argument name="tags" value="full_page"/>
39+
</actionGroup>
3740
</after>
3841
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="amOnStorefrontPage"/>
3942
<moveMouseOver

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonInCheckoutPageTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Users are able to place order using Paypal Smart Button on Checkout Page, payment action is Sale"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-13690"/>
19+
<skip>
20+
<issueId value="MC-37236"/>
21+
</skip>
1922
<group value="paypalExpress"/>
2023
</annotations>
2124
<before>

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Users are able to place order using Paypal Smart Button using Euro currency and merchant country is France"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-33274"/>
19+
<skip>
20+
<issueId value="MC-37236"/>
21+
</skip>
1922
<group value="paypalExpress"/>
2023
</annotations>
2124
<before>

0 commit comments

Comments
 (0)