Skip to content

Commit 55e241a

Browse files
committed
ACP2E-1093: changed <after> position in test
1 parent c5461d8 commit 55e241a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderSameAsBillingAddressCheckboxTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
</createData>
2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828
</before>
29+
<after>
30+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
31+
<deleteData createDataKey="simpleProduct" stepKey="deleteSimpleProduct"/>
32+
<deleteData createDataKey="simpleCustomer" stepKey="deleteSimpleCustomer"/>
33+
</after>
2934
<actionGroup ref="NavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
3035
<argument name="customer" value="$$simpleCustomer$$"/>
3136
</actionGroup>
@@ -95,10 +100,5 @@
95100
<argument name="fax" value=""/>
96101
<argument name="vatNumber" value=""/>
97102
</actionGroup>
98-
<after>
99-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
100-
<deleteData createDataKey="simpleProduct" stepKey="deleteSimpleProduct"/>
101-
<deleteData createDataKey="simpleCustomer" stepKey="deleteSimpleCustomer"/>
102-
</after>
103103
</test>
104104
</tests>

0 commit comments

Comments
 (0)