Skip to content

Commit 81d3dd2

Browse files
committed
fix tests
1 parent 274308e commit 81d3dd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redisinsight/ui/src/pages/home/components/form/DatabaseForm.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ describe('DatabaseForm', () => {
191191
it('should render with correct field labels', () => {
192192
renderComponent()
193193

194-
expect(screen.getByText('Database Alias*')).toBeInTheDocument()
195-
expect(screen.getByText('Host*')).toBeInTheDocument()
196-
expect(screen.getByText('Port*')).toBeInTheDocument()
194+
expect(screen.getByText('Database Alias')).toBeInTheDocument()
195+
expect(screen.getByText('Host')).toBeInTheDocument()
196+
expect(screen.getByText('Port')).toBeInTheDocument()
197197
expect(screen.getByText('Username')).toBeInTheDocument()
198198
expect(screen.getByText('Password')).toBeInTheDocument()
199199
expect(screen.getByText('Timeout (s)')).toBeInTheDocument()

0 commit comments

Comments
 (0)