Skip to content

Commit 285e95b

Browse files
committed
MC-4544: Convert PasswordAutocompleteOffTest to MFTF
Merge branch 'mtf-eol' of https://github.com/magento-pangolin/magento2ce into MC-4544 Updated as per review comments - removed old code
1 parent 2caaa88 commit 285e95b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@
1616
<fillField stepKey="fillPassword" userInput="{{Customer.password}}" selector="{{StorefrontCustomerSignInFormSection.passwordField}}"/>
1717
<click stepKey="clickSignInAccountButton" selector="{{StorefrontCustomerSignInFormSection.signInAccountButton}}"/>
1818
</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>
2719
</actionGroups>

0 commit comments

Comments
 (0)