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

    fixture.detectChanges();