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 3030 </actionGroup >
3131 <actionGroup ref =" StorefrontLoginFormClickShowPasswordActionGroup" stepKey =" clickShowPasswordCheckbox" />
3232 <actionGroup ref =" AssertLoginFormPasswordFieldActionGroup" stepKey =" AssertPasswordField" >
33- <argument name =" passwordFieldType" value =" text " />
33+ <argument name =" passwordFieldType" value =" password " />
3434 </actionGroup >
3535 </test >
3636</tests >
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' ,
@@ -38,7 +38,7 @@ define([
3838 * @private
3939 */
4040 _showPassword : function ( isChecked ) {
41- $ ( 'input' + this . passwordSelector ) . attr ( 'type' ,
41+ $ ( this . passwordSelector ) . attr ( 'type' ,
4242 isChecked ? this . textInputType : this . passwordInputType
4343 ) ;
4444 }
You can’t perform that action at this time.
0 commit comments