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 31
31
</actionGroup >
32
32
<actionGroup ref =" StorefrontLoginFormClickShowPasswordActionGroup" stepKey =" clickShowPasswordCheckbox" />
33
33
<actionGroup ref =" AssertLoginFormPasswordFieldActionGroup" stepKey =" AssertPasswordField" >
34
- <argument name =" passwordFieldType" value =" password " />
34
+ <argument name =" passwordFieldType" value =" text " />
35
35
</actionGroup >
36
36
</test >
37
37
</tests >
Original file line number Diff line number Diff line change 37
37
<div class="control">
38
38
<input name="login[password]" type="password"
39
39
<?php if ($ block ->isAutocompleteDisabled ()): ?> autocomplete="off"<?php endif ; ?>
40
- class="input-text" id="pass "
40
+ class="input-text" id="password "
41
41
title="<?= $ block ->escapeHtmlAttr (__ ('Password ' )) ?> "
42
42
data-validate="{required:true}">
43
43
</div>
68
68
"components": {
69
69
"showPassword": {
70
70
"component": "Magento_Customer/js/show-password",
71
- "passwordSelector": "#pass "
71
+ "passwordSelector": "#password "
72
72
}
73
73
}
74
74
}
Original file line number Diff line number Diff line change 1
1
/**
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
+ */
5
5
6
6
define ( [
7
7
'jquery' ,
You can’t perform that action at this time.
0 commit comments