Skip to content

Commit 3a329b4

Browse files
rudraswamy.crudraswamy.c
rudraswamy.c
authored and
rudraswamy.c
committed
PWA-3269 :Props error on Checkout page
1 parent f76c283 commit 3a329b4

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

packages/venia-ui/lib/components/AccountInformationPage/__tests__/__snapshots__/editForm.spec.js.snap

-3
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
194194
disabled={false}
195195
onClick={[Function]}
196196
onDragStart={[Function]}
197-
onKey={true}
198197
onKeyDown={[Function]}
199198
onMouseDown={[Function]}
200199
onMouseEnter={[Function]}
@@ -467,7 +466,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
467466
disabled={false}
468467
onClick={[Function]}
469468
onDragStart={[Function]}
470-
onKey={true}
471469
onKeyDown={[Function]}
472470
onMouseDown={[Function]}
473471
onMouseEnter={[Function]}
@@ -559,7 +557,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
559557
disabled={false}
560558
onClick={[Function]}
561559
onDragStart={[Function]}
562-
onKey={true}
563560
onKeyDown={[Function]}
564561
onMouseDown={[Function]}
565562
onMouseEnter={[Function]}

packages/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/__tests__/__snapshots__/createAccount.spec.js.snap

-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ exports[`CreateAccount renders CreateAccount component 1`] = `
199199
disabled={false}
200200
onClick={[Function]}
201201
onDragStart={[Function]}
202-
onKey={true}
203202
onKeyDown={[Function]}
204203
onMouseDown={[Function]}
205204
onMouseEnter={[Function]}
@@ -530,7 +529,6 @@ exports[`CreateAccount renders errors 1`] = `
530529
disabled={false}
531530
onClick={[Function]}
532531
onDragStart={[Function]}
533-
onKey={true}
534532
onKeyDown={[Function]}
535533
onMouseDown={[Function]}
536534
onMouseEnter={[Function]}

packages/venia-ui/lib/components/CreateAccount/__tests__/__snapshots__/createAccount.spec.js.snap

-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ exports[`renders the correct tree 1`] = `
142142
disabled={false}
143143
onClick={[Function]}
144144
onDragStart={[Function]}
145-
onKey={true}
146145
onKeyDown={[Function]}
147146
onMouseDown={[Function]}
148147
onMouseEnter={[Function]}
@@ -391,7 +390,6 @@ exports[`should not render cancel button if isCancelButtonHidden is true 1`] = `
391390
disabled={false}
392391
onClick={[Function]}
393392
onDragStart={[Function]}
394-
onKey={true}
395393
onKeyDown={[Function]}
396394
onMouseDown={[Function]}
397395
onMouseEnter={[Function]}

packages/venia-ui/lib/components/MyAccount/ResetPassword/__tests__/__snapshots__/resetPassword.spec.js.snap

-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ exports[`should render formErrors 1`] = `
109109
disabled={false}
110110
onClick={[Function]}
111111
onDragStart={[Function]}
112-
onKey={true}
113112
onKeyDown={[Function]}
114113
onMouseDown={[Function]}
115114
onMouseEnter={[Function]}
@@ -264,7 +263,6 @@ exports[`should render properly 1`] = `
264263
disabled={false}
265264
onClick={[Function]}
266265
onDragStart={[Function]}
267-
onKey={true}
268266
onKeyDown={[Function]}
269267
onMouseDown={[Function]}
270268
onMouseEnter={[Function]}

packages/venia-ui/lib/components/Password/__tests__/__snapshots__/password.spec.js.snap

-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ exports[`should render show button if visible is false 1`] = `
8080
disabled={false}
8181
onClick={[MockFunction]}
8282
onDragStart={[Function]}
83-
onKey={true}
8483
onKeyDown={[Function]}
8584
onMouseDown={[Function]}
8685
onMouseEnter={[Function]}
@@ -162,7 +161,6 @@ exports[`should render toggle button if isToggleButtonHidden is false 1`] = `
162161
disabled={false}
163162
onClick={[MockFunction]}
164163
onDragStart={[Function]}
165-
onKey={true}
166164
onKeyDown={[Function]}
167165
onMouseDown={[Function]}
168166
onMouseEnter={[Function]}

packages/venia-ui/lib/components/Password/password.js

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const Password = props => {
4848
className={classes.passwordButton}
4949
onClick={togglePasswordVisibility}
5050
onKeyDown={handleKeypress}
51-
onKey
5251
type="button"
5352
>
5453
{visible ? (

0 commit comments

Comments
 (0)