We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a0553 commit 2955d91Copy full SHA for 2955d91
frontend/src/components/Connect/List/__tests__/ListPage.spec.tsx
@@ -1,11 +1,11 @@
1
import React from 'react';
2
-import { connectors, connects } from 'lib/fixtures/kafkaConnect';
+import { connects } from 'lib/fixtures/kafkaConnect';
3
import ClusterContext, {
4
ContextProps,
5
initialValue,
6
} from 'components/contexts/ClusterContext';
7
import ListPage from 'components/Connect/List/ListPage';
8
-import { screen, within } from '@testing-library/react';
+import { screen } from '@testing-library/react';
9
import { render, WithRoute } from 'lib/testHelpers';
10
import { clusterConnectorsPath } from 'lib/paths';
11
import { useConnectors, useConnects } from 'lib/hooks/api/kafkaConnect';
0 commit comments