Skip to content

Commit f8f8bab

Browse files
committed
ACQE-5749:Place an order using paypal express checkout as payment method
1 parent 206d7be commit f8f8bab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderPaymentInformationSection.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<element name="paymentMethod" type="text" selector=".order-payment-method .order-payment-method-title"/>
1313
<element name="paymentCurrency" type="text" selector=".order-payment-method .order-payment-currency"/>
1414
<element name="paymentAdditional" type="text" selector=".order-payment-method .order-payment-additional"/>
15-
</section>
16-
</sections>
15+
<element name="paymentInformationField" type="text" selector="//*[contains(text(),'{{paymentInformationField}}')]/following-sibling::td" parameterized="true"/>
16+
</section>
17+
</sections>

0 commit comments

Comments
 (0)