File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 24
24
<fillField stepKey =" fillEmail" userInput =" {{Customer.email}}" selector =" {{StorefrontCustomerCreateFormSection.emailField}}" />
25
25
<fillField stepKey =" fillPassword" userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerCreateFormSection.passwordField}}" />
26
26
<fillField stepKey =" fillConfirmPassword" userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerCreateFormSection.confirmPasswordField}}" />
27
+ <waitForPageLoad stepKey =" waitForCreateAccountButtonIsActive" />
27
28
<click stepKey =" clickCreateAccountButton" selector =" {{StorefrontCustomerCreateFormSection.createAccountButton}}" />
28
29
<see stepKey =" seeThankYouMessage" userInput =" Thank you for registering with Main Website Store." />
29
30
<see stepKey =" seeFirstName" userInput =" {{Customer.firstname}}" selector =" {{StorefrontCustomerDashboardAccountInformationSection.ContactInformation}}" />
You can’t perform that action at this time.
0 commit comments