File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Bundle/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
- <test name =" AdminFilterProductListByBundleProductInDutchUserLanguageTest" >
11
+ <test name =" AdminFilterProductListByBundleProductInDutchUserLanguageTest" >
12
12
<annotations >
13
13
<features value =" Bundle" />
14
14
<stories value =" Admin list bundle products when user language is set as Dutch" />
15
15
<title value =" Admin should be able to filter product list by type = Bundle Product, when user language is set as Dutch" />
16
16
<description value =" Admin should be able to filter product list by type = Bundle Product
17
17
wherein the tier price for the bundle product should be set and user language set as Dutch" />
18
18
<severity value =" CRITICAL" />
19
- <testCaseId value =" AC-3769" />
20
- <group value =" Bundle" />
21
19
</annotations >
22
20
<before >
23
21
<createData entity =" SimpleProduct2" stepKey =" createProductForBundleItem1" >
26
24
<createData entity =" SimpleProduct2" stepKey =" createProductForBundleItem2" >
27
25
<field key =" price" >100.00</field >
28
26
</createData >
27
+ <!-- Enable Changing Locale to Dutch -->
28
+ <magentoCLI command =" setup:static-content:deploy" arguments =" -f nl_NL" stepKey =" staticDeployAfterChangeLocaleToNL" />
29
29
<magentoCron groups =" index" stepKey =" runCronIndex" />
30
30
<actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
31
31
</before >
You can’t perform that action at this time.
0 commit comments