MCPcopy Create free account
hub / github.com/angular/components / getVisibilities

Function getVisibilities

src/material/tabs/tab-group.spec.ts:832–833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830 fixture.nativeElement.querySelectorAll('.mat-mdc-tab-body-content'),
831 );
832 const getVisibilities = () =>
833 contentElements.map(element => getComputedStyle(element).visibility);
834
835 expect(getVisibilities()).toEqual(['visible', 'hidden', 'hidden', 'hidden']);
836

Callers 1

tab-group.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected