Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ expectClosed
Method
expectClosed
e2e/helpers/src/page-objects/devtools.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
async
expectClosed() {
42
await
this.panel().and(this.page.locator(
'[data-open="false"]'
)).waitFor()
43
}
44
45
// --- plugin workspace ---
46
Callers
nothing calls this directly
Calls
1
panel
Method · 0.95
Tested by
no test coverage detected