File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Checkout/Test/Mftf/ActionGroup
Customer/Test/Mftf/Section/StorefrontCustomerSignInFormSection Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
<argument name =" email" type =" string" defaultValue =" " />
18
18
<argument name =" password" type =" string" defaultValue =" " />
19
19
</arguments >
20
-
21
20
<fillField selector =" {{StorefrontCustomerSignInPopupFormSection.email}}" userInput =" {{email}}" stepKey =" fillEmailId" />
22
21
<fillField selector =" {{StorefrontCustomerSignInPopupFormSection.password}}" userInput =" {{password}}" stepKey =" fillPassword" />
23
- <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.CreateAnAccount }}" stepKey =" seeCreateAnAccount" />
24
- <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.ForgotYourPassword }}" stepKey =" seeForgotYourPassword" />
25
- <click selector =" {{StorefrontCustomerSignInPopupFormSection.SignIn }}" stepKey =" clickOnSignIn" />
26
- </actionGroup >
22
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.createAnAccount }}" stepKey =" seeCreateAnAccount" />
23
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.forgotYourPassword }}" stepKey =" seeForgotYourPassword" />
24
+ <click selector =" {{StorefrontCustomerSignInPopupFormSection.signIn }}" stepKey =" clickOnSignIn" />
25
+ </actionGroup >
27
26
</actionGroups >
Original file line number Diff line number Diff line change 12
12
<element name =" email" type =" input" selector =" #customer-email" />
13
13
<element name =" password" type =" input" selector =" #pass" />
14
14
<element name =" signIn" type =" button" selector =" #send2" timeout =" 30" />
15
- <element name =" ForgotYourPassword " type =" button" selector =" //a[@class='action']//span[contains(text(),'Forgot Your Password?')]" timeout =" 30" />
15
+ <element name =" forgotYourPassword " type =" button" selector =" //a[@class='action']//span[contains(text(),'Forgot Your Password?')]" timeout =" 30" />
16
16
<element name =" createAnAccount" type =" button" selector =" //div[contains(@class,'actions-toolbar')]//a[contains(.,'Create an Account')]" timeout =" 30" />
17
17
</section >
18
18
</sections >
You can’t perform that action at this time.
0 commit comments