beforeEach(() => {
    fixture = TestBed.createComponent(AppNavbarUserComponent);
    component = fixture.componentInstance;
    fixture.detectChanges();
  });