File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Checkout/view/frontend/templates/cart Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3030 </a>
3131 <?php if ($ block ->getIsNeedToDisplaySideBar ()):?>
3232 <div class="block block-minicart"
33+ session="<?= session_save_path () ?> "
3334 data-role="dropdownDialog"
3435 data-mage-init='{"dropdownDialog":{
3536 "appendTo":"[data-block=minicart]",
Original file line number Diff line number Diff line change 4141 <argument name =" productUrl" value =" $$createSimpleProduct.custom_attributes[url_key]$$" />
4242 </actionGroup >
4343 <actionGroup ref =" StorefrontClickAddToCartOnProductPageActionGroup" stepKey =" addToCartFromStorefrontProductPage" />
44- <!-- Reset cookies and refresh the page-->
45- <resetCookie userInput =" PHPSESSID" stepKey =" resetCookieForCart" />
44+ <helper class =" Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" deleteDirectory" stepKey =" deleteLocalCacheDirectory" >
45+ <argument name =" path" >var/session/*</argument >
46+ </helper >
47+ <helper class =" Magento\Catalog\Test\Mftf\Helper\LocalFileAssertions" method =" assertDirectoryExists" stepKey =" assertVarSessionFolderExists" >
48+ <argument name =" path" >var/session</argument >
49+ </helper >
50+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
51+ <argument name =" tags" value =" " />
52+ </actionGroup >
4653 <actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage" />
4754 <actionGroup ref =" StorefrontCheckThatCartIsEmptyActionGroup" stepKey =" checkThatCartIsEmpty" />
4855 </test >
You can’t perform that action at this time.
0 commit comments