Skip to content

Commit 21f917f

Browse files
authored
fix(app): fix password button rendering issue and update input field component (#15145)
* fix(app): fix password button rendering issue and update input field component
1 parent d367217 commit 21f917f

File tree

4 files changed

+264
-252
lines changed

4 files changed

+264
-252
lines changed

app/src/atoms/InputField/__tests__/InputField.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ describe('HeaterShakerSlideout', () => {
1414
props = {
1515
type: 'number',
1616
caption: 'caption',
17-
secondaryCaption: 'secondary caption',
1817
max: 10,
1918
min: 1,
2019
units: 'rpm',
@@ -30,7 +29,6 @@ describe('HeaterShakerSlideout', () => {
3029
it('renders correct information when type is number', () => {
3130
render(props)
3231
screen.getByText('caption')
33-
screen.getByText('secondary caption')
3432
screen.getByText('rpm')
3533
})
3634
it('renders correct information when type is text', () => {

0 commit comments

Comments
 (0)