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 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments