File tree 6 files changed +0
-12
lines changed
packages/venia-ui/lib/components
AccountInformationPage/__tests__/__snapshots__
CheckoutPage/OrderConfirmationPage/__tests__/__snapshots__
CreateAccount/__tests__/__snapshots__
MyAccount/ResetPassword/__tests__/__snapshots__
6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
194
194
disabled = { false }
195
195
onClick = { [Function ]}
196
196
onDragStart = { [Function ]}
197
- onKey = { true }
198
197
onKeyDown = { [Function ]}
199
198
onMouseDown = { [Function ]}
200
199
onMouseEnter = { [Function ]}
@@ -467,7 +466,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
467
466
disabled = { false }
468
467
onClick = { [Function ]}
469
468
onDragStart = { [Function ]}
470
- onKey = { true }
471
469
onKeyDown = { [Function ]}
472
470
onMouseDown = { [Function ]}
473
471
onMouseEnter = { [Function ]}
@@ -559,7 +557,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
559
557
disabled = { false }
560
558
onClick = { [Function ]}
561
559
onDragStart = { [Function ]}
562
- onKey = { true }
563
560
onKeyDown = { [Function ]}
564
561
onMouseDown = { [Function ]}
565
562
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ exports[`CreateAccount renders CreateAccount component 1`] = `
199
199
disabled = { false }
200
200
onClick = { [Function ]}
201
201
onDragStart = { [Function ]}
202
- onKey = { true }
203
202
onKeyDown = { [Function ]}
204
203
onMouseDown = { [Function ]}
205
204
onMouseEnter = { [Function ]}
@@ -530,7 +529,6 @@ exports[`CreateAccount renders errors 1`] = `
530
529
disabled = { false }
531
530
onClick = { [Function ]}
532
531
onDragStart = { [Function ]}
533
- onKey = { true }
534
532
onKeyDown = { [Function ]}
535
533
onMouseDown = { [Function ]}
536
534
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ exports[`renders the correct tree 1`] = `
142
142
disabled = { false }
143
143
onClick = { [Function ]}
144
144
onDragStart = { [Function ]}
145
- onKey = { true }
146
145
onKeyDown = { [Function ]}
147
146
onMouseDown = { [Function ]}
148
147
onMouseEnter = { [Function ]}
@@ -391,7 +390,6 @@ exports[`should not render cancel button if isCancelButtonHidden is true 1`] = `
391
390
disabled = { false }
392
391
onClick = { [Function ]}
393
392
onDragStart = { [Function ]}
394
- onKey = { true }
395
393
onKeyDown = { [Function ]}
396
394
onMouseDown = { [Function ]}
397
395
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ exports[`should render formErrors 1`] = `
109
109
disabled = { false }
110
110
onClick = { [Function ]}
111
111
onDragStart = { [Function ]}
112
- onKey = { true }
113
112
onKeyDown = { [Function ]}
114
113
onMouseDown = { [Function ]}
115
114
onMouseEnter = { [Function ]}
@@ -264,7 +263,6 @@ exports[`should render properly 1`] = `
264
263
disabled = { false }
265
264
onClick = { [Function ]}
266
265
onDragStart = { [Function ]}
267
- onKey = { true }
268
266
onKeyDown = { [Function ]}
269
267
onMouseDown = { [Function ]}
270
268
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ exports[`should render show button if visible is false 1`] = `
80
80
disabled = { false }
81
81
onClick = { [MockFunction ]}
82
82
onDragStart = { [Function ]}
83
- onKey = { true }
84
83
onKeyDown = { [Function ]}
85
84
onMouseDown = { [Function ]}
86
85
onMouseEnter = { [Function ]}
@@ -162,7 +161,6 @@ exports[`should render toggle button if isToggleButtonHidden is false 1`] = `
162
161
disabled = { false }
163
162
onClick = { [MockFunction ]}
164
163
onDragStart = { [Function ]}
165
- onKey = { true }
166
164
onKeyDown = { [Function ]}
167
165
onMouseDown = { [Function ]}
168
166
onMouseEnter = { [Function ]}
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ const Password = props => {
48
48
className = { classes . passwordButton }
49
49
onClick = { togglePasswordVisibility }
50
50
onKeyDown = { handleKeypress }
51
- onKey
52
51
type = "button"
53
52
>
54
53
{ visible ? (
You can’t perform that action at this time.
0 commit comments