File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
<before >
22
22
<!-- Precondition: Create customer -->
23
23
<createData entity =" Simple_US_Customer_NY" stepKey =" createCustomer" />
24
+ <!-- Step1&2&3: Create product with checkbox two custom options -->
25
+ <createData entity =" SimpleProduct2" stepKey =" createSimpleProduct" />
26
+ <updateData entity =" productWithCheckboxCustomOptions" createDataKey =" createSimpleProduct" stepKey =" addCustomOptions" >
27
+ <requiredEntity createDataKey =" createSimpleProduct" />
28
+ </updateData >
24
29
</before >
25
30
<after >
26
31
<!-- Customer logout -->
27
32
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" customerLogout" />
28
33
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteSimpleProduct" />
29
34
</after >
30
- <!-- Step1&2&3: Create product with checkbox two custom options -->
31
- <createData entity =" SimpleProduct2" stepKey =" createSimpleProduct" />
32
- <updateData entity =" productWithCheckboxCustomOptions" createDataKey =" createSimpleProduct" stepKey =" addCustomOptions" >
33
- <requiredEntity createDataKey =" createSimpleProduct" />
34
- </updateData >
35
35
<!-- Step4: Login as a customer -->
36
36
<actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" loginToStorefrontAccount" >
37
37
<argument name =" Customer" value =" $createCustomer$" />
You can’t perform that action at this time.
0 commit comments