File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
app/code/Magento/Translation/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
6- */
3+ /**
4+ * Copyright 2021 Adobe
5+ * All Rights Reserved .
6+ */
77-->
88
99<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
7575 <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanCacheAfterTranslateDisabled" >
7676 <argument name =" tags" value =" " />
7777 </actionGroup >
78-
78+ <!-- Clear browser locale storage for magento site -->
79+ <executeJS function =" localStorage.clear();" stepKey =" clearStorage" />
80+ <resetCookie userInput =" mage-translation-storage" stepKey =" resetTranslationStorage" />
81+ <resetCookie userInput =" mage-translation-file-version" stepKey =" resetTranslationFileVersion" />
7982 <actionGroup ref =" ReloadPageActionGroup" stepKey =" reloadPage" />
8083 <actionGroup ref =" AssertStorefrontCustomWelcomeMessageActionGroup" stepKey =" verifyTranslatedWelcomeMessage" />
8184 <actionGroup ref =" AssertOneProductNameInMiniCartActionGroup" stepKey =" seeProductInMiniCartAgain" >
You can’t perform that action at this time.
0 commit comments