File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Sales/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 26
26
</createData >
27
27
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
28
28
</before >
29
+ <after >
30
+ <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
31
+ <deleteData createDataKey =" simpleProduct" stepKey =" deleteSimpleProduct" />
32
+ <deleteData createDataKey =" simpleCustomer" stepKey =" deleteSimpleCustomer" />
33
+ </after >
29
34
<actionGroup ref =" NavigateToNewOrderPageExistingCustomerActionGroup" stepKey =" navigateToNewOrderWithExistingCustomer" >
30
35
<argument name =" customer" value =" $$simpleCustomer$$" />
31
36
</actionGroup >
95
100
<argument name =" fax" value =" " />
96
101
<argument name =" vatNumber" value =" " />
97
102
</actionGroup >
98
- <after >
99
- <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logout" />
100
- <deleteData createDataKey =" simpleProduct" stepKey =" deleteSimpleProduct" />
101
- <deleteData createDataKey =" simpleCustomer" stepKey =" deleteSimpleCustomer" />
102
- </after >
103
103
</test >
104
104
</tests >
You can’t perform that action at this time.
0 commit comments