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 31
31
<!-- Prerequisites-->
32
32
<!-- Create store view to ensure multiple store views-->
33
33
<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 >
35
37
36
38
<!-- Admin creates order-->
37
39
<comment userInput =" Admin creates order" stepKey =" adminCreateOrderComment" before =" navigateToNewOrderPage" />
38
40
<actionGroup ref =" AdminNavigateToNewOrderPageNewCustomerActionGroup" stepKey =" navigateToNewOrderPage" after =" deleteCategory" />
39
41
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" />
41
46
<scrollToTopOfPage stepKey =" scrollToTopOfOrderFormPage" after =" checkRequiredFieldsNewOrder" />
42
47
<actionGroup ref =" AddSimpleProductToOrderActionGroup" stepKey =" addSimpleProductToOrder" after =" scrollToTopOfOrderFormPage" >
43
48
<argument name =" product" value =" SimpleProduct" />
You can’t perform that action at this time.
0 commit comments