Skip to content

Commit d421f7f

Browse files
Merge branch 'ACQE-7869' into ACQE-functional-deployment-v7
2 parents d2abc5e + 2ee3f96 commit d421f7f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

app/code/Magento/Translation/Test/Mftf/Test/StorefrontInlineTranslationWithQuoteSymbolsTest.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
@@ -75,7 +75,10 @@
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">

0 commit comments

Comments
 (0)