File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Catalog/Test/Mftf/ActionGroup
Downloadable/Test/Mftf/Test Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 400
400
<click selector =" {{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey =" clickDeleteAction" />
401
401
<waitForElementVisible selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" waitForModalPopUp" />
402
402
<click selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" confirmProductDelete" />
403
+ <waitForPageLoad stepKey =" waitForGridLoad" />
403
404
</actionGroup >
404
405
</actionGroups >
Original file line number Diff line number Diff line change 116
116
<deleteData createDataKey =" createSimpleCategory1" stepKey =" deleteSimpleCategory1" />
117
117
<deleteData createDataKey =" createSimpleProduct1" stepKey =" deleteSimpleProduct1" />
118
118
<deleteData createDataKey =" createSimpleProduct2" stepKey =" deleteSimpleProduct2" />
119
+ <deleteData createDataKey =" createConfigChildProduct" stepKey =" deleteConfigChildProduct" />
119
120
<deleteData createDataKey =" createConfigProduct1" stepKey =" deleteConfigProduct1" />
120
121
<deleteData createDataKey =" createVirtualProduct1" stepKey =" deleteVirtualProduct1" />
121
122
<deleteData createDataKey =" createBundleProduct1" stepKey =" deleteBundleProduct1" />
Original file line number Diff line number Diff line change 22
22
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
23
23
</before >
24
24
<after >
25
+ <actionGroup ref =" deleteProductUsingProductGrid" stepKey =" deleteProduct" >
26
+ <argument name =" product" value =" DownloadableProduct" />
27
+ </actionGroup >
25
28
<amOnPage url =" {{AdminLogoutPage.url}}" stepKey =" amOnLogoutPage" />
26
29
</after >
27
30
Original file line number Diff line number Diff line change 18
18
19
19
<click selector =" {{AdminDataGridPaginationSection.perPageDropdown}}" stepKey =" clickPerPageDropdown" />
20
20
<click selector =" {{AdminDataGridPaginationSection.perPageOption(perPage)}}" stepKey =" selectCustomPerPage" />
21
- <waitForLoadingMaskToDisappear stepKey =" waitForGridLoad" />
21
+ <waitForPageLoad stepKey =" waitForGridLoad" />
22
22
</actionGroup >
23
23
24
24
<actionGroup name =" adminDataGridSelectCustomPerPage" >
You can’t perform that action at this time.
0 commit comments