Skip to content

Commit a4e35a0

Browse files
committed
ACQE-6491:Default configuration for Paypal Pay Later Message on Checkout Page
Adding New Testcase AdminConfigForPaypalPaylaterTest
1 parent 925270c commit a4e35a0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10+
<test name="AdminConfigForPaypalPaylaterTest">
11+
<annotations>
12+
<features value="PayPal"/>
13+
<stories value="Payment methods"/>
14+
<title value="Default configuration for paypalpaylater"/>
15+
<description value="Paypal Pay Later Message should display on Admin Cart Page configuration"/>
16+
<severity value="CRITICAL"/>
17+
<testCaseId value="AC-5644"/>
18+
<group value="paypalPayLater"/>
19+
</annotations>
20+
<before>
21+
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
22+
</before>
23+
<after>
24+
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
25+
</after>
26+
<!-- Navigate to StoreFront -->
27+
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="goToStoreFront"/>
28+
</test>
29+
</tests>

0 commit comments

Comments
 (0)