Skip to content

Commit bcd5454

Browse files
committed
MC-4303: Functional tests failure with the installed Dotmailer module
1 parent 0d9b92e commit bcd5454

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/Braintree/Test/Mftf/Section/BraintreeConfigurationPaymentSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<section name="BraintreeConfigurationPaymentSection">
1212
<element name="creditCart" type="radio" selector="#braintree"/>
13+
<element name="paymentMethodContainer" type="block" selector=".payment-method-braintree"/>
1314
<element name="paymentMethod" type="radio" selector="//div[@class='payment-group']//input[contains(@id, 'braintree_cc_vault_')]"/>
1415
<element name="cartFrame" type="iframe" selector="braintree-hosted-field-number"/>
1516
<element name="monthFrame" type="iframe" selector="braintree-hosted-field-expirationMonth"/>

app/code/Magento/Braintree/Test/Mftf/Test/BraintreeCreditCardOnCheckoutTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@
6161
<!--Fill cart data-->
6262
<click selector="{{BraintreeConfigurationPaymentSection.creditCart}}" stepKey="SelectBraintreePaymentMethod"/>
6363
<waitForPageLoad stepKey="waitForPageLoad3"/>
64+
<scrollTo selector="{{BraintreeConfigurationPaymentSection.creditCart}}" stepKey="ScrollToCreditCardSection"/>
6465
<actionGroup ref="StorefrontFillCartDataActionGroup" stepKey="StorefrontFillCartDataActionGroup"/>
6566
<waitForPageLoad stepKey="waitForPageLoad4"/>
6667
<!--Place order-->
67-
<click selector="{{CheckoutPaymentSection.placeOrder}}" stepKey="PlaceOrder"/>
68+
<click selector="{{BraintreeConfigurationPaymentSection.paymentMethodContainer}} {{CheckoutPaymentSection.placeOrder}}"
69+
stepKey="PlaceOrder"/>
6870
<waitForPageLoad stepKey="waitForPageLoad5"/>
6971

7072
<!--Add product to cart again-->

0 commit comments

Comments
 (0)