Skip to content

Commit 09c3dd9

Browse files
merge magento/2.4-develop into magento-engcom/banned-words-plus-asset-fields
2 parents 426f064 + 2abec27 commit 09c3dd9

File tree

6 files changed

+202
-13
lines changed

6 files changed

+202
-13
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<title value="Check for Configurable Product the default option doesn't appear."/>
1515
<description value="Check for Configurable Product the default option doesn't appear on the list options product when an option use."/>
1616
<testCaseId value="MC-35074"/>
17+
<severity value="CRITICAL"/>
1718
</annotations>
1819
<before>
1920
<createData entity="ApiCategory" stepKey="createCategory"/>

app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerOrderActionGroup.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<annotations>
1313
<description>Create Order via API assigned to Customer.</description>
1414
</annotations>
15-
<arguments>
16-
<argument name="Customer" />
17-
<argument name="Product" />
18-
</arguments>
1915

2016
<createData entity="CustomerCart" stepKey="CustomerCart">
2117
<requiredEntity createDataKey="Customer"/>

app/code/Magento/Downloadable/Test/Mftf/Test/AdminCreateDownloadableProductWithInvalidDomainLinkUrlTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<argument name="link" value="downloadableLink"/>
3838
<argument name="index" value="0"/>
3939
</actionGroup>
40-
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveProductAfterAddingDomainToWhitelist" after="addDownloadableProductLinkAgain" />
40+
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveProductAfterAddingDomainToAllowlist" after="addDownloadableProductLinkAgain" />
4141
<scrollTo selector="{{StorefrontDownloadableProductSection.downloadableLinkByTitle(downloadableLink.title)}}" stepKey="scrollToLinks"/>
4242
<click selector="{{StorefrontDownloadableProductSection.downloadableLinkByTitle(downloadableLink.title)}}" stepKey="selectProductLink"/>
4343
<see selector="{{CheckoutCartProductSection.ProductPriceByName(DownloadableProduct.name)}}" userInput="$52.99" stepKey="assertProductPriceInCart"/>

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontShareWishlistWithNotValidEmailAddressTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<stories value="Customer Wishlist"/>
1515
<title value="Customer is not able to share wishlist with invalid email addresses"/>
1616
<description value="Customer is not able to share wishlist with invalid email addresses"/>
17+
<severity value="AVERAGE"/>
1718
<group value="wishlist"/>
1819
</annotations>
1920
<before>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"friendsofphp/php-cs-fixer": "~2.16.0",
8989
"lusitanian/oauth": "~0.8.10",
9090
"magento/magento-coding-standard": "*",
91-
"magento/magento2-functional-testing-framework": "3.0.0-RC4",
91+
"magento/magento2-functional-testing-framework": "3.0.0-RC5",
9292
"pdepend/pdepend": "~2.7.1",
9393
"phpcompatibility/php-compatibility": "^9.3",
9494
"phpmd/phpmd": "^2.8.0",

composer.lock

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

0 commit comments

Comments
 (0)