File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Bundle/Test/Mftf/ActionGroup
ConfigurableProduct/Test/Mftf/ActionGroup
GroupedProduct/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminOrderConfigureBundleProduct" >
12
12
<arguments >
13
- <argument name =" productName" type =" string" />
14
- <argument name =" productNumber" type =" string" />
15
- <argument name =" productQty" type =" string" />
13
+ <argument name =" productName" type =" string" defaultValue = " {{SimpleProduct.sku}} " />
14
+ <argument name =" productNumber" type =" string" defaultValue = " 1 " />
15
+ <argument name =" productQty" type =" string" defaultValue = " 1 " />
16
16
</arguments >
17
17
<click selector =" {{AdminOrderFormItemsOrderedSection.configureButtonBySku}}" stepKey =" clickConfigure" />
18
18
<waitForPageLoad stepKey =" waitForConfigurePageLoad" />
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminOrderConfigureConfigurableProduct" >
12
12
<arguments >
13
- <argument name =" optionName" type =" string" />
14
- <argument name =" productQty" type =" string" />
13
+ <argument name =" optionName" type =" string" defaultValue = " option1 " />
14
+ <argument name =" productQty" type =" string" defaultValue = " 1 " />
15
15
</arguments >
16
16
<click selector =" {{AdminOrderFormItemsOrderedSection.configureButtonBySku}}" stepKey =" clickConfigure" />
17
17
<waitForPageLoad stepKey =" waitForConfigurePageLoad" />
Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminOrderConfigureGroupedProduct" >
12
12
<arguments >
13
- <argument name =" productSku" type =" string" />
14
- <argument name =" productQty" type =" string" />
13
+ <argument name =" productSku" type =" string" defaultValue = " {{SimpleProduct.sku}} " />
14
+ <argument name =" productQty" type =" string" defaultValue = " 1 " />
15
15
</arguments >
16
16
<click selector =" {{AdminOrderFormItemsOrderedSection.configureButtonBySku}}" stepKey =" clickConfigure" />
17
17
<waitForPageLoad stepKey =" waitForConfigurePageLoad" />
You can’t perform that action at this time.
0 commit comments