Skip to content

Commit cf33d45

Browse files
Merge branch 'ACQE-8895' into ACQE-functional-deployment-v4-7
2 parents 316c296 + afb7af5 commit cf33d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/StorefrontCheckoutPaymentMethodSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
<element name="checkPaypalExpress" type="radio" selector="//div/input[@id='paypal_express']"/>
2121
<element name="checkPaypalExpressActive" type="radio" selector="//div[@class='payment-method _active']/div/input[@id='paypal_express']"/>
2222
<element name="paymentMethod" type="radio" selector="//dl[@class='checkout-payment-method']//label[contains(., '{{methodName}}')]/../..//input" parameterized="true"/>
23+
<element name="creditCard" type="text" selector="//span[@data-bind='text: getTitle()' and contains(text(),'{{cardName}}')]" parameterized="true"/>
2324
</section>
2425
</sections>

0 commit comments

Comments
 (0)