File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/code/Magento/Captcha/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 103
103
<waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaField}}" stepKey =" seeCaptchaField" />
104
104
<waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaImg}}" stepKey =" seeCaptchaImage" />
105
105
<waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaReload}}" stepKey =" seeCaptchaReloadButton" />
106
+ <reloadPage stepKey =" refreshPage" />
107
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
108
+ <click selector =" {{StorefrontMinicartSection.showCart}}" stepKey =" clickCart2" />
109
+ <click selector =" {{StorefrontMinicartSection.goToCheckout}}" stepKey =" goToCheckout2" />
110
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.email}}" stepKey =" waitEmailFieldVisible2" />
111
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaField}}" stepKey =" seeCaptchaField2" />
112
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaImg}}" stepKey =" seeCaptchaImage2" />
113
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.captchaReload}}" stepKey =" seeCaptchaReloadButton2" />
106
114
</test >
107
115
</tests >
You can’t perform that action at this time.
0 commit comments