File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 3131 <!-- Prerequisites-->
3232 <!-- Create store view to ensure multiple store views-->
3333 <comment userInput =" Create prerequisite store view" stepKey =" createStoreViewComment" before =" createStoreView" />
34- <actionGroup ref =" AdminCreateStoreViewActionGroup" stepKey =" createStoreView" before =" navigateToNewOrderPage" />
34+ <actionGroup ref =" AdminCreateStoreViewActionGroup" stepKey =" createStoreView" before =" navigateToNewOrderPage" >
35+ <argument name =" customStore" value =" customStore" />
36+ </actionGroup >
3537
3638 <!-- Admin creates order-->
3739 <comment userInput =" Admin creates order" stepKey =" adminCreateOrderComment" before =" navigateToNewOrderPage" />
3840 <actionGroup ref =" AdminNavigateToNewOrderPageNewCustomerActionGroup" stepKey =" navigateToNewOrderPage" after =" deleteCategory" />
3941
40- <actionGroup ref =" CheckRequiredFieldsNewOrderFormActionGroup" stepKey =" checkRequiredFieldsNewOrder" after =" navigateToNewOrderPage" />
42+ <actionGroup ref =" AdminSelectStoreDuringOrderCreationActionGroup" stepKey =" selectCustomStore" after =" navigateToNewOrderPage" >
43+ <argument name =" storeView" value =" customStore" />
44+ </actionGroup >
45+ <actionGroup ref =" CheckRequiredFieldsNewOrderFormActionGroup" stepKey =" checkRequiredFieldsNewOrder" after =" selectCustomStore" />
4146 <scrollToTopOfPage stepKey =" scrollToTopOfOrderFormPage" after =" checkRequiredFieldsNewOrder" />
4247 <actionGroup ref =" AddSimpleProductToOrderActionGroup" stepKey =" addSimpleProductToOrder" after =" scrollToTopOfOrderFormPage" >
4348 <argument name =" product" value =" SimpleProduct" />
You can’t perform that action at this time.
0 commit comments