Skip to content

Commit 6681cb2

Browse files
Merge remote-tracking branch 'origin/2.3-develop' into MC-31594
2 parents 7bf2a59 + 06337ef commit 6681cb2

File tree

88 files changed

+307
-102
lines changed

Some content is hidden

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

88 files changed

+307
-102
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<click selector="{{AdminCategoryContentSection.productTableRow}}" stepKey="selectProductFromTableRow"/>
446446
</actionGroup>
447447

448-
<actionGroup name="DeleteDefaultCategoryChildren">
448+
<actionGroup name="DeleteDefaultCategoryChildren" deprecated="Use deleteData action for categories created via api. StorefrontCatalogNavigationMenuUIDesktopTest will be refactored in 2.4 to reflect this change.">
449449
<annotations>
450450
<description>Deletes all children categories of Default Root Category.</description>
451451
</annotations>

app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<assertEquals expected="{{option.title}}" expectedType="string" actual="$grabOptionSku" stepKey="assertOptionSku"/>
130130
</actionGroup>
131131
<!-- Assumes we are on product edit page -->
132-
<actionGroup name="AdminDeleteAllProductCustomOptions">
132+
<actionGroup name="AdminDeleteAllProductCustomOptions" deprecated="Use AdminDeleteProductCustomOption for each custom option created instead.">
133133
<conditionalClick selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" visible="true" stepKey="expandContentTab"/>
134134
<waitForPageLoad time="10" stepKey="waitCustomizableOptionsTabOpened"/>
135135
<executeInSelenium function="function($webdriver) use ($I) {

app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<see selector="{{AdminDataGridTableSection.dataGridEmpty}}" userInput="We couldn't find any records." stepKey="assertDataGridEmptyMessage"/>
7979
</actionGroup>
8080

81-
<actionGroup name="deleteAllExportedFiles">
81+
<actionGroup name="deleteAllExportedFiles" deprecated="Use DeleteExportedFileActionGroup on each exported file instead.">
8282
<amOnPage url="{{AdminExportIndexPage.url}}" stepKey="goToExportIndexPage"/>
8383
<executeInSelenium
8484
function="

app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCatalogPriceRuleDeleteAllActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="AdminCatalogPriceRuleDeleteAllActionGroup">
10+
<actionGroup name="AdminCatalogPriceRuleDeleteAllActionGroup" deprecated="Use RemoveCatalogPriceRule for each created rule instead.">
1111
<annotations>
1212
<description>Open Catalog Price Rule grid and delete all rules one by one. Need to avoid interference with other tests that test catalog price rules.</description>
1313
</annotations>

app/code/Magento/ImportExport/Test/Mftf/Test/AdminCheckDoubleImportOfProductsTest.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

app/code/Magento/Signifyd/Api/CaseCreationServiceInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* @api
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface CaseCreationServiceInterface
1820
{

app/code/Magento/Signifyd/Api/CaseManagementInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
*
1212
* @api
1313
* @since 100.2.0
14+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
15+
* official Signifyd integration available on the marketplace
1416
*/
1517
interface CaseManagementInterface
1618
{

app/code/Magento/Signifyd/Api/CaseRepositoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*
1111
* @api
1212
* @since 100.2.0
13+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
14+
* official Signifyd integration available on the marketplace
1315
*/
1416
interface CaseRepositoryInterface
1517
{

app/code/Magento/Signifyd/Api/Data/CaseInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @api
1414
* @see https://www.signifyd.com/docs/api/#/reference/cases/retrieve-a-case/get-a-case
1515
* @since 100.2.0
16+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
17+
* official Signifyd integration available on the marketplace
1618
*/
1719
interface CaseInterface
1820
{

app/code/Magento/Signifyd/Api/Data/CaseSearchResultsInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*
1313
* @api
1414
* @since 100.2.0
15+
* @deprecated Starting from Magento 2.3.5 Signifyd core integration is deprecated in favor of
16+
* official Signifyd integration available on the marketplace
1517
*/
1618
interface CaseSearchResultsInterface extends SearchResultsInterface
1719
{

0 commit comments

Comments
 (0)