Skip to content

Commit 32cb505

Browse files
committed
MC-6436: Configuring Instant Purchase functionality
- skip test requiring sandbox account
1 parent 7e8974a commit 32cb505

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Braintree/Test/Mftf/Test/CretateAdminOrderWithOnlinePaymentIncludingTaxAndDiscount.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-94472"/>
1919
<group value="braintree"/>
20+
<skip>
21+
<issueId value="MQE-1576"/>
22+
</skip>
2023
</annotations>
2124

2225
<before>

app/code/Magento/InstantPurchase/Test/Mftf/Page/AdminSystemConfigInstantPurchasePage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
11-
<page name="AdminSystemConfigInstantPurchasePage" url="admin/system_config/edit/section/sales/#sales_instant_purchase-head" area="admin" module="Magento_GiftWrapping">
11+
<page name="AdminSystemConfigInstantPurchasePage" url="admin/system_config/edit/section/sales/#sales_instant_purchase-head" area="admin" module="Magento_InstantPurchase">
1212
</page>
1313
</pages>

0 commit comments

Comments
 (0)