MCPcopy Create free account
hub / github.com/TanStack/devtools / isOpen

Method isOpen

e2e/helpers/src/page-objects/devtools.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 async isOpen(): Promise<boolean> {
34 return (await this.panel().getAttribute('data-open')) === 'true'
35 }
36
37 async expectOpen() {
38 await this.panel().and(this.page.locator('[data-open="true"]')).waitFor()

Callers 3

TriggerFunction · 0.80
MainPanelFunction · 0.80
SettingsPanelFunction · 0.80

Calls 1

panelMethod · 0.95

Tested by

no test coverage detected