[DURACOM-191] fix some tests, find broken assertions

This commit is contained in:
Andrea Barbasso
2023-12-18 17:02:13 +01:00
parent 113d95d57a
commit 5872222444
3 changed files with 38 additions and 34 deletions

View File

@@ -30,8 +30,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { NotificationsBoardComponent } from '../shared/notifications/notifications-board/notifications-board.component';
import { SystemWideAlertBannerComponent } from '../system-wide-alert/alert-banner/system-wide-alert-banner.component';
// TODO: enable this test suite and fix it
xdescribe('RootComponent', () => {
describe('RootComponent', () => {
let component: RootComponent;
let fixture: ComponentFixture<RootComponent>;