File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020 </annotations >
2121
2222 <before >
23- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
2423 <createData entity =" SimpleProduct2" stepKey =" createSimpleProduct" />
24+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
25+ <actionGroup ref =" AdminOpenProductIndexPageActionGroup" stepKey =" navigateToProductIndex" />
26+ <actionGroup ref =" ClearFiltersAdminDataGridActionGroup" stepKey =" clearGridFilter" />
27+ <!-- Should wait a bit for filters really cleared because waitForPageLoad does not wait for javascripts to be finished -->
28+ <!-- Without this test will fail sometimes -->
29+ <wait time =" 5" stepKey =" waitFilterReallyCleared" />
30+ <reloadPage stepKey =" reloadPage" />
2531 </before >
2632
2733 <after >
You can’t perform that action at this time.
0 commit comments