beforeEach(() => {
      fixture = TestBed.createComponent(DropdownComponentFixture);
      component = fixture.componentInstance;
      component.hasToggler$.next(false);
      fixture.detectChanges();