File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +18
-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
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
+ <actionGroup name =" AssertAdminFreePaymentActionGroup" >
11
+ <annotations >
12
+ <description >Checks the free payment on the Admin Create Order page.</description >
13
+ </annotations >
14
+ <click selector =" {{AdminOrderFormPaymentSection.linkPaymentOptions}}" stepKey =" clickPaymentMethods" />
15
+ <see selector =" {{AdminOrderFormPaymentSection.freePaymentLabel}}" userInput =" No Payment Information Required" stepKey =" checkFreeShipping" />
16
+ </actionGroup >
17
+ </actionGroups >
Original file line number Diff line number Diff line change 28
28
<element name =" cashOnDeliveryOption" type =" radio" selector =" #p_method_cashondelivery" timeout =" 30" />
29
29
<element name =" purchaseOrderOption" type =" radio" selector =" #p_method_purchaseorder" timeout =" 30" />
30
30
<element name =" purchaseOrderNumber" type =" input" selector =" #po_number" />
31
+ <element name =" freePaymentLabel" type =" text" selector =" #order-billing_method_form label[for='p_method_free']" />
31
32
</section >
32
33
</sections >
You can’t perform that action at this time.
0 commit comments