File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<conditionalClick selector =" {{AdminProductGridSection.multicheckDropdown}}" dependentSelector =" {{AdminProductGridSection.firstProductRow}}" visible =" true" stepKey =" openMulticheckDropdown" />
17
17
<conditionalClick selector =" {{AdminProductGridSection.multicheckOption('Select All')}}" dependentSelector =" {{AdminProductGridSection.firstProductRow}}" visible =" true" stepKey =" selectAllProductInFilteredGrid" />
18
+ <waitForElementClickable selector =" {{AdminProductGridSection.bulkActionDropdown}}" stepKey =" waitForClickActionDropdown" />
18
19
<click selector =" {{AdminProductGridSection.bulkActionDropdown}}" stepKey =" clickActionDropdown" />
20
+ <waitForElementClickable selector =" {{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey =" waitForClickDeleteAction" />
19
21
<click selector =" {{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey =" clickDeleteAction" />
20
22
<waitForElementVisible selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" waitForModalPopUp" />
21
23
<click selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" confirmProductDelete" />
You can’t perform that action at this time.
0 commit comments