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

Method closeViaButton

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

Source from the content-addressed store, hash-verified

23 }
24
25 async closeViaButton() {
26 await this.page.getByTestId(SELECTORS.closeButton).click()
27 }
28
29 tab(id: TabId): Locator {
30 return this.page.getByTestId(SELECTORS.tab(id))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected