Skip to content

Commit 9b8e3e3

Browse files
committed
Backend Catalog Bundled products do not load when using Dutch language
1 parent 39a7cfa commit 9b8e3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/AdminFilterProductListByBundleProductInDutchUserLanguageTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminFilterProductListByBundleProductInDutchUserLanguageTest">
11+
<test name="AdminFilterProductListByBundleProductInDutchUserLanguageTest">
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Admin list bundle products when user language is set as Dutch"/>
1515
<title value="Admin should be able to filter product list by type = Bundle Product, when user language is set as Dutch"/>
1616
<description value="Admin should be able to filter product list by type = Bundle Product
1717
wherein the tier price for the bundle product should be set and user language set as Dutch"/>
1818
<severity value="CRITICAL"/>
19-
<testCaseId value="AC-3769"/>
20-
<group value="Bundle"/>
2119
</annotations>
2220
<before>
2321
<createData entity="SimpleProduct2" stepKey="createProductForBundleItem1">
@@ -26,6 +24,8 @@
2624
<createData entity="SimpleProduct2" stepKey="createProductForBundleItem2">
2725
<field key="price">100.00</field>
2826
</createData>
27+
<!-- Enable Changing Locale to Dutch -->
28+
<magentoCLI command="setup:static-content:deploy" arguments="-f nl_NL" stepKey="staticDeployAfterChangeLocaleToNL"/>
2929
<magentoCron groups="index" stepKey="runCronIndex"/>
3030
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
3131
</before>

0 commit comments

Comments
 (0)