Skip to content

Commit 92977d2

Browse files
committed
Merge branch '2.4-develop-mainline' into elastic_spike
2 parents cbbf0b1 + fa1a862 commit 92977d2

File tree

183 files changed

+1372
-413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+1372
-413
lines changed

app/code/Magento/Braintree/Test/Mftf/Data/BraintreeData.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<data key="value">sandbox</data>
5454
</entity>
5555
<entity name="MerchantId" type="merchant_id">
56-
<data key="value">MERCH_ID</data>
56+
<data key="value">{{_CREDS.magento/braintree_enabled_fraud_merchant_id}}</data>
5757
</entity>
5858
<entity name="PublicKey" type="public_key">
59-
<data key="value">PUBLIC_KEY</data>
59+
<data key="value">{{_CREDS.magento/braintree_enabled_fraud_public_key}}</data>
6060
</entity>
6161
<entity name="PrivateKey" type="private_key">
62-
<data key="value">PRIVATE_KEY</data>
62+
<data key="value">{{_CREDS.magento/braintree_enabled_fraud_private_key}}</data>
6363
</entity>
6464

6565
<!-- default configuration used to restore Magento config -->
@@ -141,6 +141,16 @@
141141
<data key="cardNumberEnding">5100</data>
142142
<data key="cardExpire">12/2020</data>
143143
</entity>
144+
<entity name="VisaDefaultCard" type="data">
145+
<data key="cardNumber">4111111111111111</data>
146+
<data key="month">01</data>
147+
<data key="year">30</data>
148+
<data key="cvv">123</data>
149+
</entity>
150+
<entity name="VisaDefaultCardInfo">
151+
<data key="cardNumberEnding">1111</data>
152+
<data key="cardExpire">01/2030</data>
153+
</entity>
144154

145155
<entity name="BraintreeConfigurationData" type="data">
146156
<data key="title">Credit Card (Braintree)</data>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Create/Edit bundle product in Admin"/>
1515
<title value="Admin should be able to add/edit bundle items when creating/editing a bundle product"/>
1616
<description value="Admin should be able to add/edit bundle items when creating/editing a bundle product"/>
17-
<severity value="MAJOR"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-223"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Admin should be able to associate bundle product to websites"/>
1616
<description value="Admin should be able to associate bundle product to websites"/>
1717
<testCaseId value="MC-3344"/>
18-
<severity value="CRITICAL"/>
18+
<severity value="BLOCKER"/>
1919
<group value="bundle"/>
2020
<group value="catalog"/>
2121
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Create/Edit bundle product in Admin"/>
1515
<title value="Admin should be able to save and publish a bundle product"/>
1616
<description value="Admin should be able to save and publish a bundle product"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-225"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Bundle Product Pricing"/>
1515
<title value="Admin should be able to apply fixed pricing for Bundled Product"/>
1616
<description value="Admin should be able to apply fixed pricing for Bundled Product"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-186"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<stories value="Check that after changing currency price of cart is correct when the bundle product added to the cart"/>
1414
<title value="User should be able change the currency and get right price in cart when the bundle product added to the cart"/>
1515
<description value="User should be able change the currency and add one more product in cart and get right price in previous currency"/>
16-
<severity value="MAJOR"/>
16+
<severity value="BLOCKER"/>
1717
<testCaseId value="MAGETWO-94467"/>
1818
<group value="Bundle"/>
1919
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Bundle product details page"/>
1515
<title value="Customer should be able to see basic bundle product details"/>
1616
<description value="Customer should be able to see basic bundle product details"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-230"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Bundle products list on Storefront"/>
1515
<title value="Customer should be able to see bundle products in the category products list and grid views"/>
1616
<description value="Customer should be able to see bundle products in the category products list and grid views"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-226"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Bundle products list on Storefront"/>
1515
<title value="Customer should be able to change chosen options for Bundle Product when clicking Edit button in Shopping Cart page"/>
1616
<description value="Customer should be able to change chosen options for Bundle Product when clicking Edit button in Shopping Cart page"/>
17-
<severity value="MAJOR"/>
17+
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-290"/>
1919
<group value="Bundle"/>
2020
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<stories value="Add bundle product to cart on storefront"/>
1414
<title value="Customer should not be able to add a Bundle Product to the cart when added a special price for associated products"/>
1515
<description value="Customer should not be able to add a Bundle Product to the cart when added a special price for associated products"/>
16-
<severity value="MAJOR"/>
16+
<severity value="BLOCKER"/>
1717
<testCaseId value="MC-19134"/>
1818
<useCaseId value="MC-18963"/>
1919
<group value="bundle"/>

0 commit comments

Comments
 (0)