MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / assertDebugElementText

Function assertDebugElementText

tensorboard/webapp/header/header_test.ts:95–97  ·  view source on GitHub ↗
(el: DebugElement, text: string)

Source from the content-addressed store, hash-verified

93 });
94
95 function assertDebugElementText(el: DebugElement, text: string) {
96 expect(el.nativeElement.innerText.trim().toUpperCase()).toBe(text);
97 }
98
99 function setActivePlugin(activePlugin: PluginId | null) {
100 store.overrideSelector(getActivePlugin, activePlugin);

Callers 1

header_test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…