File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11
11
<arguments >
12
12
<argument name =" Customer" />
13
13
</arguments >
14
- <amOnPage stepKey =" amOnSignInPage" url =" {{StorefrontCustomerSignInPage.url}}" />
15
- <fillField stepKey =" fillEmail" userInput =" {{Customer.email}}" selector =" {{StorefrontCustomerSignInFormSection.emailField}}" />
16
- <fillField stepKey =" fillPassword" userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" />
17
- <click stepKey =" clickSignInAccountButton" selector =" {{StorefrontCustomerSignInFormSection.signInAccountButton}}" />
14
+ <amOnPage url =" {{StorefrontCustomerSignInPage.url}}" stepKey =" amOnSignInPage" />
15
+ <waitForPageLoad time =" 30" stepKey =" waitPageFullyLoaded" />
16
+ <waitForElementVisible selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" waitFormAppears" />
17
+ <fillField userInput =" {{Customer.email}}" selector =" {{StorefrontCustomerSignInFormSection.emailField}}" stepKey =" fillEmail" />
18
+ <fillField userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" stepKey =" fillPassword" />
19
+ <click selector =" {{StorefrontCustomerSignInFormSection.signInAccountButton}}" stepKey =" clickSignInAccountButton" />
18
20
</actionGroup >
19
21
</actionGroups >
Original file line number Diff line number Diff line change 12
12
<argument name =" customer" />
13
13
</arguments >
14
14
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomers" />
15
- <waitForPageLoad stepKey = " waitForPageLoad1 " />
15
+ <conditionalClick selector = " {{AdminDataGridHeaderSection.clearFilters}} " dependentSelector = " {{AdminDataGridHeaderSection.clearFilters}} " visible = " true " stepKey = " clearExistingOrderFilters " />
16
16
<click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilter" />
17
17
<fillField userInput =" {{customer.email}}" selector =" {{AdminCustomerFiltersSection.emailInput}}" stepKey =" filterEmail" />
18
18
<click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" applyFilter" />
You can’t perform that action at this time.
0 commit comments