Skip to content

Commit dd156bc

Browse files
committed
Refactoring
1 parent 0b7656f commit dd156bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontDisabledCustomerWishlistFunctionalityTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@
1919
</annotations>
2020
<before>
2121
<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"/>
2323
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2424
<createData entity="SimpleProduct" stepKey="createProduct">
2525
<requiredEntity createDataKey="createCategory"/>
2626
</createData>
27+
<magentoCLI command="cron:run --group=index" stepKey="runCronIndexer"/>
2728
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2829
</before>
2930
<after>
3031
<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"/>
3233
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
3334
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3435
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>

0 commit comments

Comments
 (0)