Skip to content

Commit 5d0d71a

Browse files
DeepthiPulluruDeepthiPulluru
authored andcommitted
ACQE-6572:StorefrontVerifyShoppingCartPersistenceTest
Verify Shopping Cart Persistence
1 parent b0c49b2 commit 5d0d71a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Persistent/Test/Mftf/Test/StorefrontVerifyShoppingCartPersistenceTest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
<!--Delete Simple Product 1,customer and Category-->
4747
<deleteData createDataKey="createSimple1" stepKey="deleteSimple1"/>
4848
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
49+
<!--ReIndex and Cache-->
50+
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCachesAfterModulesDisabled">
51+
<argument name="tags" value="" />
52+
</actionGroup>
53+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexAndFlushCache">
54+
<argument name="indices" value=""/>
55+
</actionGroup>
4956
<actionGroup ref="AdminDeleteCustomerActionGroup" stepKey="deleteJohnSmithCustomer">
5057
<argument name="customerEmail" value="John_Smith_Customer.email"/>
5158
</actionGroup>

0 commit comments

Comments
 (0)