Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openViaTrigger
Method · 0.95
Calls
1
panel
Method · 0.95
Tested by
no test coverage detected