it("should not show archived children in 'school' mode", fakeAsync(() => {
    component.entity = new School();

    fixture.detectChanges();
    tick();