Skip to content

Commit 8799873

Browse files
committed
MTA-3953: Implement instrument which allow Functional Tests to download file from Magento Export functionality
1 parent 54a1eb4 commit 8799873

File tree

6 files changed

+5
-181
lines changed

6 files changed

+5
-181
lines changed

dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Resource/Data.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Resource/Reader.php

Lines changed: 0 additions & 89 deletions
This file was deleted.

dev/tests/functional/lib/Magento/Mtf/Util/Command/File/Resource/ReaderInterface.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromProductPageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</data>
2828
<data name="payment/method" xsi:type="string">paypal_express</data>
2929
<data name="configData" xsi:type="string">paypal_express, freeshipping</data>
30-
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S0</data>
30+
<data name="tag" xsi:type="string">test_type:3rd_party_test_deprecated, severity:S0</data>
3131
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
3232
<constraint name="Magento\Checkout\Test\Constraint\AssertMinicartEmpty" />
3333
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutFromShoppingCartTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<item name="grandTotal" xsi:type="string">145.98</item>
2929
</data>
3030
<data name="configData" xsi:type="string">payflowpro</data>
31-
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S0</data>
31+
<data name="tag" xsi:type="string">test_type:3rd_party_test_deprecated, severity:S0</data>
3232
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
3333
<constraint name="Magento\Checkout\Test\Constraint\AssertMinicartEmpty" />
3434
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />

dev/tests/functional/tests/app/Magento/Paypal/Test/TestCase/ExpressCheckoutOnePageTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</data>
2727
<data name="payment/method" xsi:type="string">paypal_express</data>
2828
<data name="configData" xsi:type="string">paypal_express</data>
29-
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S0</data>
29+
<data name="tag" xsi:type="string">test_type:3rd_party_test_deprecated, severity:S0</data>
3030
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
3131
<constraint name="Magento\Checkout\Test\Constraint\AssertMinicartEmpty" />
3232
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
@@ -51,7 +51,7 @@
5151
</data>
5252
<data name="payment/method" xsi:type="string">paypal_express</data>
5353
<data name="configData" xsi:type="string">payflowlink</data>
54-
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S0</data>
54+
<data name="tag" xsi:type="string">test_type:3rd_party_test_deprecated, severity:S0</data>
5555
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
5656
<constraint name="Magento\Checkout\Test\Constraint\AssertMinicartEmpty" />
5757
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
@@ -76,7 +76,7 @@
7676
</data>
7777
<data name="payment/method" xsi:type="string">paypal_express</data>
7878
<data name="configData" xsi:type="string">paypal_express</data>
79-
<data name="tag" xsi:type="string">test_type:3rd_party_test</data>
79+
<data name="tag" xsi:type="string">test_type:3rd_party_test_deprecated</data>
8080
<constraint name="Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
8181
<constraint name="Magento\Checkout\Test\Constraint\AssertMinicartEmpty" />
8282
<constraint name="Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />

0 commit comments

Comments
 (0)