vogievetsky commented on a change in pull request #8408: Web-Console: Increase 
snapshot coverage
URL: https://github.com/apache/incubator-druid/pull/8408#discussion_r318787783
 
 

 ##########
 File path: web-console/src/views/servers-view/servers-view.spec.tsx
 ##########
 @@ -19,16 +19,16 @@
 import { shallow } from 'enzyme';
 import React from 'react';
 
-import { ServersView } from './servers-view';
+import { TimedButton } from '../../components';
 
 describe('servers view', () => {
   it('action servers view', () => {
     const serversView = shallow(
-      <ServersView
-        middleManager={'test'}
-        goToQuery={() => {}}
-        goToTask={() => {}}
-        noSqlMode={false}
+      <TimedButton
 
 Review comment:
   is this testing the right component?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to