table-layout-fix
[arvados-workbench2.git] / src / components / data-explorer / data-explorer.test.tsx
index 1ce564141c1832625f41ac8e3f4c167696d570c6..d2ca7f7b7cee2f2dfb489778c49c4dc3b7a8cc3b 100644 (file)
@@ -88,7 +88,6 @@ describe("<DataExplorer />", () => {
             items={[]}
         />);
         expect(dataExplorer.find(SearchInput)).toHaveLength(0);
-        expect(dataExplorer.find(ColumnSelector)).toHaveLength(0);
         expect(dataExplorer.find(TablePagination)).toHaveLength(0);
     });