Removed some commented out code

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2022-03-30 21:13:37 +01:00
parent d209705efa
commit 63aa47a8b9
@@ -296,17 +296,6 @@ describe('CatalogTable component', () => {
);
const columnHeaderLabels = columnHeader.map(c => c.textContent);
expect(columnHeaderLabels).toEqual(expectedColumns);
// expect(columnHeaderLabels).toEqual([
// 'Name',
// 'System',
// 'Owner',
// 'Type',
// 'Lifecycle',
// 'Description',
// 'Tags',
// 'Actions'
// ]);
},
20_000,
);