File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Checkout/view/frontend/templates/cart Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
</a>
31
31
<?php if ($ block ->getIsNeedToDisplaySideBar ()):?>
32
32
<div class="block block-minicart"
33
- session="<?= session_save_path () ?> "
34
33
data-role="dropdownDialog"
35
34
data-mage-init='{"dropdownDialog":{
36
35
"appendTo":"[data-block=minicart]",
Original file line number Diff line number Diff line change 42
42
</actionGroup >
43
43
<actionGroup ref =" StorefrontClickAddToCartOnProductPageActionGroup" stepKey =" addToCartFromStorefrontProductPage" />
44
44
<helper class =" Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" deleteDirectory" stepKey =" deleteLocalCacheDirectory" >
45
- <argument name =" path" >var/session /*</argument >
45
+ <argument name =" path" >/tmp /*</argument >
46
46
</helper >
47
47
<helper class =" Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" assertDirectoryExists" stepKey =" assertVarSessionFolderExists" >
48
- <argument name =" path" >var/session </argument >
48
+ <argument name =" path" >/tmp </argument >
49
49
</helper >
50
50
<actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
51
51
<argument name =" tags" value =" " />
You can’t perform that action at this time.
0 commit comments