MCPcopy
hub / github.com/intuitem/ciso-assistant-community / HaveSidebarI

Interface HaveSidebarI

frontend/tests/utilsv2/core/page.ts:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97interface HaveSidebarI {
98 /** [data-testid="sidebar"] Get the `<Sidebar/>` of the page. */
99 getSidebar(): Sidebar;
100}
101
102/** Represents the presence of a `<Sidebar/>` component in the page. */
103export function HaveSidebar<T extends new (...args: any[]) => Page>(

Callers 1

nav.test.tsFile · 0.65

Implementers 1

frontend/tests/utilsv2/core/page.ts

Calls

no outgoing calls

Tested by

no test coverage detected