File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
redisinsight/ui/src/pages/home/components/form Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments