Skip to content

Commit 784e17c

Browse files
committed
ACQE-9101: Cart price rule start/end dates display correctly with different admin interface locales
- Uncommented lines
1 parent ee46500 commit 784e17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCartPriceRuleDateFormatWithMultipleLocalesTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</annotations>
2121
<before>
2222
<!-- Deploy static content for all required locales -->
23-
<!-- <magentoCLI command="setup:static-content:deploy -f nl_NL" stepKey="deployStaticContentNL"/>
23+
<magentoCLI command="setup:static-content:deploy -f nl_NL" stepKey="deployStaticContentNL"/>
2424
<magentoCLI command="setup:static-content:deploy -f hi_IN" stepKey="deployStaticContentHI"/>
25-
<magentoCLI command="setup:static-content:deploy -f de_DE" stepKey="deployStaticContentDE"/> -->
25+
<magentoCLI command="setup:static-content:deploy -f de_DE" stepKey="deployStaticContentDE"/>
2626
<!-- Step1: Log in to admin -->
2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828
</before>

0 commit comments

Comments
 (0)