Skip to content

Commit 30231d6

Browse files
#RI-4481 - fix test
1 parent 93fd11e commit 30231d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceForm/InstanceForm.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ describe('InstanceForm', () => {
11791179
/>
11801180
)
11811181

1182-
expect(screen.getByTestId('sshPassword')).toHaveAttribute('value', '************')
1182+
expect(screen.getByTestId('sshPassword')).toHaveAttribute('value', '••••••••••••')
11831183
expect(screen.getByTestId('sshPassword')).toHaveAttribute('type', 'password')
11841184

11851185
fireEvent.focus(screen.getByTestId('sshPassword'))

0 commit comments

Comments
 (0)