MCPcopy
hub / github.com/angular/components / openAllMenus

Function openAllMenus

src/cdk/menu/menu-stack.spec.ts:37–44  ·  view source on GitHub ↗

Open up all of the menus in the test component.

()

Source from the content-addressed store, hash-verified

35
36 /** Open up all of the menus in the test component. */
37 function openAllMenus() {
38 triggers[0].open();
39 getElementsForTesting();
40 triggers[1].open();
41 getElementsForTesting();
42 triggers[2].open();
43 getElementsForTesting();
44 }
45
46 it(
47 'should fill the menu stack with the latest menu at the end of the stack and oldest at' +

Callers 1

menu-stack.spec.tsFile · 0.85

Calls 2

getElementsForTestingFunction · 0.85
openMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…