Skip to content

Commit

Permalink
fix(app): fix password button rendering issue and update input field …
Browse files Browse the repository at this point in the history
…component (#15145)

* fix(app): fix password button rendering issue and update input field component
  • Loading branch information
koji authored May 10, 2024
1 parent d367217 commit 21f917f
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 252 deletions.
2 changes: 0 additions & 2 deletions app/src/atoms/InputField/__tests__/InputField.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('HeaterShakerSlideout', () => {
props = {
type: 'number',
caption: 'caption',
secondaryCaption: 'secondary caption',
max: 10,
min: 1,
units: 'rpm',
Expand All @@ -30,7 +29,6 @@ describe('HeaterShakerSlideout', () => {
it('renders correct information when type is number', () => {
render(props)
screen.getByText('caption')
screen.getByText('secondary caption')
screen.getByText('rpm')
})
it('renders correct information when type is text', () => {
Expand Down
Loading

0 comments on commit 21f917f

Please sign in to comment.