File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-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 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