We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdc9da commit 54433a7Copy full SHA for 54433a7
app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml
@@ -22,6 +22,7 @@
22
<waitForPageLoad stepKey="waitForProductsPage" time="10"/>
23
<conditionalClick selector="{{AdminDataGridHeaderSection.clearFilters}}" dependentSelector="{{AdminDataGridHeaderSection.clearFilters}}" visible="true" stepKey="clickClearFilters"/>
24
<click stepKey="TickCheckbox" selector="{{ProductsPageSection.checkboxForProduct(productName)}}"/>
25
+ <scrollToTopOfPage stepKey="scrollToTopOfPage"/>
26
<click stepKey="OpenActions" selector="{{ProductsPageSection.actions}}"/>
27
<waitForAjaxLoad stepKey="waitForDelete" time="5"/>
28
<click stepKey="ChooseDelete" selector="{{ProductsPageSection.delete}}"/>
0 commit comments