it('should render bim text for bim edition', fakeAsync(() => {
    app.hasBimChanges = true;
    app.isStandardEdition = false;

    fixture.detectChanges();