Skip to content

Commit 98f99ae

Browse files
committed
MC-18750: Failed function test Magento\FunctionalTestingFramework.functional.StorefrontUKCustomerCheckoutWithCouponTest
1 parent 26794cb commit 98f99ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</annotations>
1919

2020
<before>
21+
<magentoCLI command="downloadable:domains:add" arguments="example.com static.magento.com" stepKey="addDownloadableDomain"/>
2122
<actionGroup ref="LoginAsAdmin" stepKey="loginToAdminPanel"/>
2223
<createData entity="ApiDownloadableProduct" stepKey="createDownloadableProduct">
2324
<field key="price">20.00</field>
@@ -38,6 +39,7 @@
3839
</createData>
3940
</before>
4041
<after>
42+
<magentoCLI command="downloadable:domains:remove" arguments="example.com static.magento.com" stepKey="removeDownloadableDomain"/>
4143
<deleteData createDataKey="createDownloadableProduct" stepKey="deleteProduct"/>
4244
<deleteData createDataKey="virtualProduct" stepKey="deleteVirtualProduct"/>
4345
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
@@ -127,4 +129,4 @@
127129
<see selector="{{AdminOrderTotalSection.grandTotal}}" userInput="$15.00" stepKey="seeGrandTotal"/>
128130
<see selector="{{AdminOrderDetailsInformationSection.orderStatus}}" userInput="Pending" stepKey="seeOrderStatus"/>
129131
</test>
130-
</tests>
132+
</tests>

0 commit comments

Comments
 (0)