Skip to content

Commit d6a2337

Browse files
MAGETWO-96411: [2.3.x] Default addresses not selected when checking out from cart
- Fixed MFTF test;
1 parent 46fb52d commit d6a2337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/ZeroSubtotalOrdersWithProcessingStatusTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<createData entity="DefaultShippingMethodsConfig" stepKey="defaultShippingMethodsConfig"/>
3737
<createData entity="DisableFreeShippingConfig" stepKey="disableFreeShippingConfig"/>
3838
<createData entity="DisablePaymentMethodsSettingConfig" stepKey="disablePaymentMethodsSettingConfig"/>
39-
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrderFilters"/>
4039
<actionGroup ref="logout" stepKey="logout"/>
4140
<deleteData createDataKey="simpleproduct" stepKey="deleteProduct"/>
4241
<deleteData createDataKey="simplecategory" stepKey="deleteCategory"/>
@@ -99,5 +98,6 @@
9998

10099
<!--Verify that Created order is in Processing status-->
101100
<see selector="{{AdminShipmentOrderInformationSection.orderStatus}}" userInput="Processing" stepKey="seeShipmentOrderStatus"/>
101+
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrderFilters"/>
102102
</test>
103103
</tests>

0 commit comments

Comments
 (0)