File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
</annotations >
19
19
20
20
<before >
21
+ <magentoCLI command =" downloadable:domains:add" arguments =" example.com static.magento.com" stepKey =" addDownloadableDomain" />
21
22
<actionGroup ref =" LoginAsAdmin" stepKey =" loginToAdminPanel" />
22
23
<createData entity =" ApiDownloadableProduct" stepKey =" createDownloadableProduct" >
23
24
<field key =" price" >20.00</field >
38
39
</createData >
39
40
</before >
40
41
<after >
42
+ <magentoCLI command =" downloadable:domains:remove" arguments =" example.com static.magento.com" stepKey =" removeDownloadableDomain" />
41
43
<deleteData createDataKey =" createDownloadableProduct" stepKey =" deleteProduct" />
42
44
<deleteData createDataKey =" virtualProduct" stepKey =" deleteVirtualProduct" />
43
45
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
127
129
<see selector =" {{AdminOrderTotalSection.grandTotal}}" userInput =" $15.00" stepKey =" seeGrandTotal" />
128
130
<see selector =" {{AdminOrderDetailsInformationSection.orderStatus}}" userInput =" Pending" stepKey =" seeOrderStatus" />
129
131
</test >
130
- </tests >
132
+ </tests >
You can’t perform that action at this time.
0 commit comments