File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
8+ <suites xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Suite/etc/suiteSchema.xsd" >
9+ <suite name =" ConfigPayPalPayflowProWithoutValutSuite" >
10+ <before >
11+ <!-- Login -->
12+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
13+ <!-- Config PayPal PayFlow Pro-->
14+ <actionGroup ref =" AdminPayPalPayflowProActionGroup" stepKey =" ConfigPayPalPayflowPro" >
15+ <argument name =" credentials" value =" SamplePaypalPaymentsProConfig" />
16+ </actionGroup >
17+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanFullPageCache" >
18+ <argument name =" tags" value =" config full_page" />
19+ </actionGroup >
20+ </before >
21+ <after >
22+ <!-- Cleanup Paypal PayflowPro configurations -->
23+ <createData entity =" RollbackPaypalPayflowPro" stepKey =" rollbackPaypalPayflowProConfig" />
24+ <actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanFullPageCache" >
25+ <argument name =" tags" value =" config full_page" />
26+ </actionGroup >
27+ </after >
28+ <include >
29+ <group name =" paypalPayflowProWithOutValut" />
30+ </include >
31+ </suite >
32+ </suites >
Original file line number Diff line number Diff line change 1515 <description value =" Cancel a Sales Order placed with PayPal Payflow Pro" />
1616 <severity value =" MAJOR" />
1717 <testCaseId value =" AC-5144" />
18- <group value =" paypalPayflowPro " />
18+ <group value =" paypalPayflowProWithOutValut " />
1919 <group value =" 3rd_party_integration" />
2020<!-- <group value="pr_exclude" />-->
2121 </annotations >
Original file line number Diff line number Diff line change 1616 <element name =" orderTxnTableTypeFilter" type =" button" selector =" #order_transactions_filter_txn_type" />
1717 <element name =" orderTxnTableSearchBtn" type =" button" selector =" #container button[title='Search']" />
1818 <element name =" transactionData" type =" text" selector =" //th[text()='{{transactionData}}']/following-sibling::td" parameterized =" true" />
19+ <element name =" transitionStatus" type =" text" selector =" //tr[@data-role='row']//td[@data-column='is_closed']" />
1920 </section >
20- </sections >
21+ </sections >
You can’t perform that action at this time.
0 commit comments