mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
remove console logs
This commit is contained in:

committed by
Marie Verdonck

parent
1dfe7ec170
commit
53779cf69e
@@ -219,8 +219,6 @@ describe('CommunityListComponent', () => {
|
|||||||
it('should render a cdk tree with the first elementsPerPage (2) nr of top level communities, unexpanded', () => {
|
it('should render a cdk tree with the first elementsPerPage (2) nr of top level communities, unexpanded', () => {
|
||||||
const expandableNodesFound = fixture.debugElement.queryAll(By.css('.expandable-node a'));
|
const expandableNodesFound = fixture.debugElement.queryAll(By.css('.expandable-node a'));
|
||||||
const childlessNodesFound = fixture.debugElement.queryAll(By.css('.childless-node a'));
|
const childlessNodesFound = fixture.debugElement.queryAll(By.css('.childless-node a'));
|
||||||
console.log('expandableNodesFound', expandableNodesFound)
|
|
||||||
console.log('childlessNodesFound', childlessNodesFound)
|
|
||||||
const allNodes = [...expandableNodesFound, ...childlessNodesFound];
|
const allNodes = [...expandableNodesFound, ...childlessNodesFound];
|
||||||
expect(allNodes.length).toEqual(2);
|
expect(allNodes.length).toEqual(2);
|
||||||
mockTopFlatnodesUnexpanded.slice(0, 2).map((topFlatnode: FlatNode) => {
|
mockTopFlatnodesUnexpanded.slice(0, 2).map((topFlatnode: FlatNode) => {
|
||||||
|
Reference in New Issue
Block a user