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 1515
1616 <conditionalClick selector =" {{AdminProductGridSection.multicheckDropdown}}" dependentSelector =" {{AdminProductGridSection.firstProductRow}}" visible =" true" stepKey =" openMulticheckDropdown" />
1717 <conditionalClick selector =" {{AdminProductGridSection.multicheckOption('Select All')}}" dependentSelector =" {{AdminProductGridSection.firstProductRow}}" visible =" true" stepKey =" selectAllProductInFilteredGrid" />
18+ <waitForElementClickable selector =" {{AdminProductGridSection.bulkActionDropdown}}" stepKey =" waitForClickActionDropdown" />
1819 <click selector =" {{AdminProductGridSection.bulkActionDropdown}}" stepKey =" clickActionDropdown" />
20+ <waitForElementClickable selector =" {{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey =" waitForClickDeleteAction" />
1921 <click selector =" {{AdminProductGridSection.bulkActionOption('Delete')}}" stepKey =" clickDeleteAction" />
2022 <waitForElementVisible selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" waitForModalPopUp" />
2123 <click selector =" {{AdminProductGridConfirmActionSection.ok}}" stepKey =" confirmProductDelete" />
You can’t perform that action at this time.
0 commit comments