File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 </actionGroup >
3232 <actionGroup ref =" StorefrontLoginFormClickShowPasswordActionGroup" stepKey =" clickShowPasswordCheckbox" />
3333 <actionGroup ref =" AssertLoginFormPasswordFieldActionGroup" stepKey =" AssertPasswordField" >
34- <argument name =" passwordFieldType" value =" password " />
34+ <argument name =" passwordFieldType" value =" text " />
3535 </actionGroup >
3636 </test >
3737</tests >
Original file line number Diff line number Diff line change 3737 <div class="control">
3838 <input name="login[password]" type="password"
3939 <?php if ($ block ->isAutocompleteDisabled ()): ?> autocomplete="off"<?php endif ; ?>
40- class="input-text" id="pass "
40+ class="input-text" id="password "
4141 title="<?= $ block ->escapeHtmlAttr (__ ('Password ' )) ?> "
4242 data-validate="{required:true}">
4343 </div>
6868 "components": {
6969 "showPassword": {
7070 "component": "Magento_Customer/js/show-password",
71- "passwordSelector": "#pass "
71+ "passwordSelector": "#password "
7272 }
7373 }
7474 }
Original file line number Diff line number Diff line change 11/**
2- * Copyright © Magento, Inc. All rights reserved.
3- * See COPYING.txt for license details.
4- */
2+ * Copyright © Magento, Inc. All rights reserved.
3+ * See COPYING.txt for license details.
4+ */
55
66define ( [
77 'jquery' ,
You can’t perform that action at this time.
0 commit comments