File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
</annotations >
20
20
<before >
21
21
<magentoCLI command =" config:set wishlist/general/active 0" stepKey =" disableWishlist" />
22
- <magentoCLI command =" cache:clean" stepKey =" cleanCache" />
22
+ <magentoCLI command =" cache:clean config " stepKey =" cleanCache" />
23
23
<createData entity =" SimpleSubCategory" stepKey =" createCategory" />
24
24
<createData entity =" SimpleProduct" stepKey =" createProduct" >
25
25
<requiredEntity createDataKey =" createCategory" />
26
26
</createData >
27
+ <magentoCLI command =" cron:run --group=index" stepKey =" runCronIndexer" />
27
28
<createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
28
29
</before >
29
30
<after >
30
31
<magentoCLI command =" config:set wishlist/general/active 1" stepKey =" enableWishlist" />
31
- <magentoCLI command =" cache:clean" stepKey =" cacheClean" />
32
+ <magentoCLI command =" cache:clean config " stepKey =" cacheClean" />
32
33
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
33
34
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
34
35
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
You can’t perform that action at this time.
0 commit comments