We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebedc8a commit 9b7027eCopy full SHA for 9b7027e
app/code/Magento/Translation/Test/Mftf/Test/StorefrontInlineTranslationWithQuoteSymbolsTest.xml
@@ -76,6 +76,11 @@
76
<argument name="tags" value=""/>
77
</actionGroup>
78
79
+ <!-- Clear browser locale storage for magento site -->
80
+ <executeJS function="localStorage.clear();" stepKey="clearStorage"/>
81
+ <resetCookie userInput="mage-translation-storage" stepKey="resetTranslationStorage"/>
82
+ <resetCookie userInput="mage-translation-file-version" stepKey="resetTranslationFileVersion"/>
83
+
84
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadPage"/>
85
<actionGroup ref="AssertStorefrontCustomWelcomeMessageActionGroup" stepKey="verifyTranslatedWelcomeMessage"/>
86
<actionGroup ref="AssertOneProductNameInMiniCartActionGroup" stepKey="seeProductInMiniCartAgain">
0 commit comments