Skip to content

Commit e06ba7a

Browse files
committed
AC-13478: MAGETWO-95118: Checking behaviour with the persistent shopping cart after the session is expired
Added "persistentLogoutClearDisable" step to MAGETWO-95118 mftf test
1 parent 5184c06 commit e06ba7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2024 Adobe
5+
* All rights reserved.
66
*/
77
-->
88

@@ -21,6 +21,7 @@
2121
<before>
2222
<!--Enable Persistence-->
2323
<createData entity="PersistentConfigEnabled" stepKey="enablePersistent"/>
24+
<createData entity="PersistentLogoutClearDisable" stepKey="persistentLogoutClearDisable"/>
2425
<!--Create product-->
2526
<createData entity="_defaultCategory" stepKey="createCategory"/>
2627
<createData entity="_defaultProduct" stepKey="createProduct">

0 commit comments

Comments
 (0)