Skip to content

Commit d7d744f

Browse files
committed
ACP2E-1445: Customer data in Local Storage not reset when session file lost
- Fixed the CR comments.
1 parent 6ac08ea commit d7d744f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Test/StorefrontValidateMiniCartEmptyAfterClearingSessionTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
</actionGroup>
4343
<actionGroup ref="StorefrontClickAddToCartOnProductPageActionGroup" stepKey="addToCartFromStorefrontProductPage"/>
4444
<helper class="Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method="deleteDirectory" stepKey="deleteLocalCacheDirectory">
45-
<argument name="path">/tmp/*</argument>
45+
<argument name="path">var/tmp/*</argument>
4646
</helper>
4747
<helper class="Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method="assertDirectoryExists" stepKey="assertVarSessionFolderExists">
48-
<argument name="path">/tmp</argument>
48+
<argument name="path">var/tmp</argument>
4949
</helper>
5050
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
5151
<argument name="tags" value=""/>

0 commit comments

Comments
 (0)