Skip to content

Commit 227dc8d

Browse files
committed
B2B-2127: [AWS S3] Test Failed to fill captcha field
- Added changes to bug
1 parent e8c31f5 commit 227dc8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</arguments>
1818

1919
<amOnPage url="{{StorefrontCustomerSignInPage.url}}" stepKey="amOnSignInPage"/>
20-
<waitForPageLoad time="30" stepKey="waitPageFullyLoaded"/>
20+
<waitForPageLoad time="60" stepKey="waitPageFullyLoaded"/>
2121
<waitForElementVisible selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="waitFormAppears"/>
2222
<fillField userInput="{{Customer.email}}" selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="fillEmail"/>
2323
<fillField userInput="{{Customer.password}}" selector="{{StorefrontCustomerSignInFormSection.passwordField}}" stepKey="fillPassword"/>

app/code/Magento/PaypalCaptcha/Test/Mftf/Test/StorefrontPaymentsCaptchaWithPayflowProTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,15 @@
7979
<argument name="cardData" value="Visa3DSecureCard"/>
8080
</actionGroup>
8181

82+
<waitForPageLoad stepKey="waitForPageLoad"/>
83+
8284
<!-- Enter captcha value -->
8385
<actionGroup ref="StorefrontCheckoutPaymentsWithCaptchaActionGroup" stepKey="fillCaptchaField">
8486
<argument name="captcha" value="{{PreconfiguredCaptcha.value}}"/>
8587
</actionGroup>
8688

89+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
90+
8791
<!-- Place order -->
8892
<actionGroup ref="ClickPlaceOrderActionGroup" stepKey="clickPlacePurchaseOrder"/>
8993
<grabTextFrom selector="{{CheckoutSuccessMainSection.orderNumber22}}" stepKey="grabOrderNumber"/>

0 commit comments

Comments
 (0)