(fixture: ComponentFixture<any>)
| 1057 | } |
| 1058 | |
| 1059 | function getSelectedContent(fixture: ComponentFixture<any>): HTMLElement { |
| 1060 | return fixture.nativeElement.querySelector('.mat-mdc-tab-body-active'); |
| 1061 | } |
| 1062 | }); |
| 1063 | |
| 1064 | describe('nested MatTabGroup with enabled animations', () => { |