File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/Customer Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
</actionGroup >
31
31
<actionGroup ref =" StorefrontLoginFormClickShowPasswordActionGroup" stepKey =" clickShowPasswordCheckbox" />
32
32
<actionGroup ref =" AssertLoginFormPasswordFieldActionGroup" stepKey =" AssertPasswordField" >
33
- <argument name =" passwordFieldType" value =" text " />
33
+ <argument name =" passwordFieldType" value =" password " />
34
34
</actionGroup >
35
35
</test >
36
36
</tests >
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' ,
@@ -38,7 +38,7 @@ define([
38
38
* @private
39
39
*/
40
40
_showPassword : function ( isChecked ) {
41
- $ ( 'input' + this . passwordSelector ) . attr ( 'type' ,
41
+ $ ( this . passwordSelector ) . attr ( 'type' ,
42
42
isChecked ? this . textInputType : this . passwordInputType
43
43
) ;
44
44
}
You can’t perform that action at this time.
0 commit comments