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 2121 <before >
2222 <!-- Precondition: Create customer -->
2323 <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 >
2429 </before >
2530 <after >
2631 <!-- Customer logout -->
2732 <actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" customerLogout" />
2833 <deleteData createDataKey =" createSimpleProduct" stepKey =" deleteSimpleProduct" />
2934 </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 >
3535 <!-- Step4: Login as a customer -->
3636 <actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" loginToStorefrontAccount" >
3737 <argument name =" Customer" value =" $createCustomer$" />
You can’t perform that action at this time.
0 commit comments