MCPcopy Create free account
hub / github.com/bytebase/bytebase / tabCount

Method tabCount

frontend/tests/e2e/sql-editor/sql-editor.page.ts:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171
172 // Returns number of [data-tab-id] elements currently in the DOM.
173 async tabCount(): Promise<number> {
174 return await this.page.locator("[data-tab-id]").count();
175 }
176
177 // Returns the active (current) tab element, or null if none.
178 activeTab(): Locator {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected