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

Method expectOpen

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

Source from the content-addressed store, hash-verified

35 }
36
37 async expectOpen() {
38 await this.panel().and(this.page.locator('[data-open="true"]')).waitFor()
39 }
40
41 async expectClosed() {
42 await this.panel().and(this.page.locator('[data-open="false"]')).waitFor()

Callers 1

openViaTriggerMethod · 0.95

Calls 1

panelMethod · 0.95

Tested by

no test coverage detected