File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 16
16
<fillField stepKey =" fillPassword" userInput =" {{Customer.password}}" selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" />
17
17
<click stepKey =" clickSignInAccountButton" selector =" {{StorefrontCustomerSignInFormSection.signInAccountButton}}" />
18
18
</actionGroup >
19
- <actionGroup name =" StoreFrontPasswordAutoCompleteOffActionGroup" >
20
- <amOnPage stepKey =" amOnSignInPage" url =" {{StorefrontCustomerSignInPage.url}}" />
21
- <assertElementContainsAttribute selector =" {{StorefrontCustomerSignInFormSection.passwordField}}" attribute =" autocomplete" expectedValue =" off" stepKey =" assertSignInPasswordAutocompleteOff" />
22
- </actionGroup >
23
- <actionGroup name =" AuthorizationPopUpPasswordAutoCompleteOffActionGroup" >
24
- <waitForElementVisible selector =" {{StorefrontCustomerSignInPopupFormSection.password}}" stepKey =" waitPasswordFieldVisible" />
25
- <assertElementContainsAttribute selector =" {{StorefrontCustomerSignInPopupFormSection.password}}" attribute =" autocomplete" expectedValue =" off" stepKey =" assertAuthorizationPopupPasswordAutocompleteOff" />
26
- </actionGroup >
27
19
</actionGroups >
You can’t perform that action at this time.
0 commit comments