Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ goto
Function
goto
packages/vue/__tests__/e2e/e2eBrowserUtils.ts:247–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
245
246
const
browserPage: BrowserPage = {
247
async
goto() {
248
await
resetPage()
249
},
250
251
async
waitForSelector(selector) {
252
const
existing = document.querySelector(selector)
Callers
nothing calls this directly
Calls
1
resetPage
Function · 0.85
Tested by
no test coverage detected