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 15
15
<description value =" Cancel a Sales Order placed with PayPal Payflow Pro" />
16
16
<severity value =" MAJOR" />
17
17
<testCaseId value =" AC-5144" />
18
- <group value =" paypalPayflowPro " />
18
+ <group value =" paypalPayflowProWithOutValut " />
19
19
<group value =" 3rd_party_integration" />
20
20
<!-- <group value="pr_exclude" />-->
21
21
</annotations >
Original file line number Diff line number Diff line change 16
16
<element name =" orderTxnTableTypeFilter" type =" button" selector =" #order_transactions_filter_txn_type" />
17
17
<element name =" orderTxnTableSearchBtn" type =" button" selector =" #container button[title='Search']" />
18
18
<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']" />
19
20
</section >
20
- </sections >
21
+ </sections >
You can’t perform that action at this time.
0 commit comments