(fixture: ComponentFixture<any>)
| 1053 | } |
| 1054 | |
| 1055 | function getSelectedLabel(fixture: ComponentFixture<any>): HTMLElement { |
| 1056 | return fixture.nativeElement.querySelector('.mdc-tab--active'); |
| 1057 | } |
| 1058 | |
| 1059 | function getSelectedContent(fixture: ComponentFixture<any>): HTMLElement { |
| 1060 | return fixture.nativeElement.querySelector('.mat-mdc-tab-body-active'); |