Skip to content

Commit

Permalink
PWA-3269 :Props error on Checkout page
Browse files Browse the repository at this point in the history
  • Loading branch information
rudraswamy.c authored and rudraswamy.c committed Jul 9, 2024
1 parent f76c283 commit 3a329b4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -467,7 +466,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -559,7 +557,6 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ exports[`CreateAccount renders CreateAccount component 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -530,7 +529,6 @@ exports[`CreateAccount renders errors 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ exports[`renders the correct tree 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -391,7 +390,6 @@ exports[`should not render cancel button if isCancelButtonHidden is true 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ exports[`should render formErrors 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -264,7 +263,6 @@ exports[`should render properly 1`] = `
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ exports[`should render show button if visible is false 1`] = `
disabled={false}
onClick={[MockFunction]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down Expand Up @@ -162,7 +161,6 @@ exports[`should render toggle button if isToggleButtonHidden is false 1`] = `
disabled={false}
onClick={[MockFunction]}
onDragStart={[Function]}
onKey={true}
onKeyDown={[Function]}
onMouseDown={[Function]}
onMouseEnter={[Function]}
Expand Down
1 change: 0 additions & 1 deletion packages/venia-ui/lib/components/Password/password.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const Password = props => {
className={classes.passwordButton}
onClick={togglePasswordVisibility}
onKeyDown={handleKeypress}
onKey
type="button"
>
{visible ? (
Expand Down

0 comments on commit 3a329b4

Please sign in to comment.