Removed some commented out code
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user