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

Method openViaTrigger

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

Source from the content-addressed store, hash-verified

18 }
19
20 async openViaTrigger() {
21 await this.trigger().click()
22 await this.expectOpen()
23 }
24
25 async closeViaButton() {
26 await this.page.getByTestId(SELECTORS.closeButton).click()

Callers 14

start.spec.tsFile · 0.80
resize.spec.tsFile · 0.80
pip.spec.tsFile · 0.80
smoke.spec.tsFile · 0.80
angular.spec.tsFile · 0.80
solid.spec.tsFile · 0.80
preact.spec.tsFile · 0.80
nitro.spec.tsFile · 0.80

Calls 2

triggerMethod · 0.95
expectOpenMethod · 0.95

Tested by

no test coverage detected