Skip to content

Commit c25cf20

Browse files
merge magento/2.3-develop into magento-honey-badgers/MC-31551
2 parents 6cb2814 + 8ead858 commit c25cf20

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<click selector="{{AdminDataGridHeaderSection.applyFilters}}" stepKey="clickSearchButton"/>
8989
</actionGroup>
9090

91-
<actionGroup name="AdminDeleteStoreViewIfExistsActionGroup" extends="AdminSearchStoreViewByNameActionGroup">
91+
<actionGroup name="AdminDeleteStoreViewIfExistsActionGroup" extends="AdminSearchStoreViewByNameActionGroup" deprecated="Use AdminDeleteStoreViewActionGroup instead.">
9292
<annotations>
9393
<description>EXTENDS: AdminSearchStoreViewByNameActionGroup. Goes to the Admin Stores grid page. Deletes the provided Store (if exists) without creating a Backup. Validates that the Success Message is present and correct.</description>
9494
</annotations>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"friendsofphp/php-cs-fixer": "~2.14.0",
9090
"lusitanian/oauth": "~0.8.10",
9191
"magento/magento-coding-standard": "*",
92-
"magento/magento2-functional-testing-framework": "2.6.1",
92+
"magento/magento2-functional-testing-framework": "2.6.2",
9393
"pdepend/pdepend": "2.5.2",
9494
"phpcompatibility/php-compatibility": "^9.3",
9595
"phpmd/phpmd": "@stable",

composer.lock

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

0 commit comments

Comments
 (0)