File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +29
-0
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
+ <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 >
You can’t perform that action at this time.
0 commit comments