File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Customer/Test/Mftf/ActionGroup
PaypalCaptcha/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
</arguments >
18
18
19
19
<amOnPage url =" {{StorefrontCustomerSignInPage.url}}" stepKey =" amOnSignInPage" />
20
- <waitForPageLoad time =" 30 " stepKey =" waitPageFullyLoaded" />
20
+ <waitForPageLoad time =" 60 " stepKey =" waitPageFullyLoaded" />
21
21
<waitForElementVisible selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" waitFormAppears" />
22
22
<fillField userInput =" {{Customer.email}}" selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" fillEmail" />
23
23
<fillField userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" stepKey =" fillPassword" />
Original file line number Diff line number Diff line change 79
79
<argument name =" cardData" value =" Visa3DSecureCard" />
80
80
</actionGroup >
81
81
82
+ <waitForPageLoad stepKey =" waitForPageLoad" />
83
+
82
84
<!-- Enter captcha value -->
83
85
<actionGroup ref =" StorefrontCheckoutPaymentsWithCaptchaActionGroup" stepKey =" fillCaptchaField" >
84
86
<argument name =" captcha" value =" {{PreconfiguredCaptcha.value}}" />
85
87
</actionGroup >
86
88
89
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear" />
90
+
87
91
<!-- Place order -->
88
92
<actionGroup ref =" ClickPlaceOrderActionGroup" stepKey =" clickPlacePurchaseOrder" />
89
93
<grabTextFrom selector =" {{CheckoutSuccessMainSection.orderNumber22}}" stepKey =" grabOrderNumber" />
You can’t perform that action at this time.
0 commit comments