Skip to content

Commit a0800e9

Browse files
committed
Merge remote-tracking branch 'origin/2.3-develop' into MC-19250
2 parents d2ecb28 + ba1feaf commit a0800e9

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,6 @@
400400
<click selector="{{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey="clickDeleteAction"/>
401401
<waitForElementVisible selector="{{AdminProductGridConfirmActionSection.ok}}" stepKey="waitForModalPopUp"/>
402402
<click selector="{{AdminProductGridConfirmActionSection.ok}}" stepKey="confirmProductDelete"/>
403+
<waitForPageLoad stepKey="waitForGridLoad"/>
403404
</actionGroup>
404405
</actionGroups>

app/code/Magento/Customer/Test/Mftf/Test/StorefrontClearAllCompareProductsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<deleteData createDataKey="createSimpleCategory1" stepKey="deleteSimpleCategory1"/>
117117
<deleteData createDataKey="createSimpleProduct1" stepKey="deleteSimpleProduct1"/>
118118
<deleteData createDataKey="createSimpleProduct2" stepKey="deleteSimpleProduct2"/>
119+
<deleteData createDataKey="createConfigChildProduct" stepKey="deleteConfigChildProduct"/>
119120
<deleteData createDataKey="createConfigProduct1" stepKey="deleteConfigProduct1"/>
120121
<deleteData createDataKey="createVirtualProduct1" stepKey="deleteVirtualProduct1"/>
121122
<deleteData createDataKey="createBundleProduct1" stepKey="deleteBundleProduct1"/>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
2323
</before>
2424
<after>
25+
<actionGroup ref="deleteProductUsingProductGrid" stepKey="deleteProduct">
26+
<argument name="product" value="DownloadableProduct"/>
27+
</actionGroup>
2528
<amOnPage url="{{AdminLogoutPage.url}}" stepKey="amOnLogoutPage"/>
2629
</after>
2730

app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<click selector="{{AdminDataGridPaginationSection.perPageDropdown}}" stepKey="clickPerPageDropdown"/>
2020
<click selector="{{AdminDataGridPaginationSection.perPageOption(perPage)}}" stepKey="selectCustomPerPage"/>
21-
<waitForLoadingMaskToDisappear stepKey="waitForGridLoad"/>
21+
<waitForPageLoad stepKey="waitForGridLoad"/>
2222
</actionGroup>
2323

2424
<actionGroup name="adminDataGridSelectCustomPerPage">

0 commit comments

Comments
 (0)