From e3d9f6f41e8b0135954599f0402a099a33438a7a Mon Sep 17 00:00:00 2001
From: Ostap Smolyar <ostap.smolyar@gmail.com>
Date: Tue, 27 Dec 2016 10:28:00 +0200
Subject: [PATCH] MTA-3898: Add variation for Place order via Payflow Pro with
 success CVV verification

---
 .../app/Magento/Paypal/Test/Repository/ConfigData.xml     | 8 --------
 .../Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml  | 1 -
 2 files changed, 9 deletions(-)

diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/Repository/ConfigData.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/Repository/ConfigData.xml
index 1026b15b4d2..d0fcea285cd 100644
--- a/dev/tests/functional/tests/app/Magento/Paypal/Test/Repository/ConfigData.xml
+++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/Repository/ConfigData.xml
@@ -244,14 +244,6 @@
                 <item name="value" xsi:type="number">1</item>
             </field>
         </dataset>
-        <dataset name="payflowpro_avs_security_code_does_not_match_rollback">
-            <field name="payment/payflowpro/avs_security_code" xsi:type="array">
-                <item name="scope" xsi:type="string">payment</item>
-                <item name="scope_id" xsi:type="number">1</item>
-                <item name="label" xsi:type="string">No</item>
-                <item name="value" xsi:type="number">0</item>
-            </field>
-        </dataset>
 
         <dataset name="hosted_pro">
             <field name="payment/paypal_group_all_in_one/payments_pro_hosted_solution_with_express_checkout/pphs_required_settings/pphs_required_settings_pphs/business_account" xsi:type="array">
diff --git a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml
index aa9c6117f6a..eb854a9f8c7 100644
--- a/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml
+++ b/dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/OnePageCheckoutTest.xml
@@ -112,7 +112,6 @@
                 <item name="grandTotal" xsi:type="string">15.00</item>
             </data>
             <data name="creditCard/dataset" xsi:type="string">visa_default</data>
-            <data name="isVaultPresent" xsi:type="boolean">false</data>
             <data name="configData" xsi:type="string">payflowpro, payflowpro_avs_security_code_does_not_match</data>
             <data name="paymentInfo" xsi:type="array">
                 <item name="AVS Street Match" xsi:type="string">#Y: Matched (CVV2CSC)</item>
-- 
GitLab