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 20
20
</annotations >
21
21
22
22
<before >
23
- <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
24
23
<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" />
25
31
</before >
26
32
27
33
<after >
You can’t perform that action at this time.
0 commit comments