feat: add manager guide and contextual help
This commit is contained in:
@@ -52,6 +52,7 @@ describe('Members', () => {
|
||||
const fixture = TestBed.createComponent(Members);
|
||||
fixture.detectChanges();
|
||||
expect(fixture.nativeElement.textContent).toContain('Bea Test');
|
||||
expect(fixture.nativeElement.textContent).toContain('Mitglieder verwalten');
|
||||
|
||||
fixture.componentInstance['showCreateForm'].set(true);
|
||||
fixture.componentInstance['createForm'].setValue({
|
||||
|
||||
Reference in New Issue
Block a user