Skip to content

Commit efac49c

Browse files
committed
Merge branch 'B2B-2127-temp' of https://github.com/magento-arcticfoxes/magento2ce into B2B-2140
2 parents 036c012 + e144355 commit efac49c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCheckoutPaymentsWithCaptchaActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<argument name="captcha" type="string"/>
1414
</arguments>
1515

16-
<fillField selector="{{StorefrontCaptchaOnOnepageCheckoutPyamentSection.captchaField}}" userInput="{{captcha}}" stepKey="fillCaptchaField" />
16+
<waitForElementVisible selector="{{StorefrontCaptchaOnOnepageCheckoutPyamentSection.captchaField}}" stepKey="waitForCaptchaField"/>
17+
<fillField selector="{{StorefrontCaptchaOnOnepageCheckoutPyamentSection.captchaField}}" userInput="{{captcha}}" stepKey="fillCaptchaField"/>
1718
</actionGroup>
1819
</actionGroups>

app/code/Magento/Paypal/Test/Mftf/ActionGroup/AddProductToCheckoutPageActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
<click selector="{{CheckoutShippingMethodsSection.next}}" stepKey="clickNext"/>
3232
<waitForElement selector="{{CheckoutPaymentSection.paymentSectionTitle}}" stepKey="waitForPlaceOrderButton"/>
3333
<click selector="{{CheckoutPaymentSection.PayPalPaymentRadio}}" stepKey="clickPayPalCheckbox"/>
34+
<waitForPageLoad stepKey="waitForPaymentLoad"/>
3435
</actionGroup>
3536
</actionGroups>

app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontPaypalFillCardDataActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<argument name="cardData" defaultValue="PaymentAndShippingInfo"/>
1717
</arguments>
1818

19+
<waitForElementVisible selector="{{StorefrontPaypalCheckoutSection.cardNumber}}" stepKey="waitForCardNumber"/>
1920
<fillField selector="{{StorefrontPaypalCheckoutSection.cardNumber}}" userInput="{{cardData.cardNumber}}" stepKey="setCartNumber"/>
2021
<fillField selector="{{StorefrontPaypalCheckoutSection.verificationNumber}}" userInput="{{cardData.cvv}}" stepKey="setVerificationNumber"/>
2122
<selectOption selector="{{StorefrontPaypalCheckoutSection.expirationMonth}}" userInput="{{cardData.month}}" stepKey="setMonth"/>

0 commit comments

Comments
 (0)