You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
funcTestPageGoto(t*testing.T) {
t.Parallel()
b:=testBrowser(t, withFileServer())
p:=b.NewPage(nil)
url:=b.staticURL("empty.html")
r:=p.Goto(url, nil)
assert.Equal(t, url, r.URL(), `expected URL to be %q, result of navigation was %q`, url, r.URL())
}
Discovered by grafana/xk6-browser#141.
For this test:
This error may happen sometimes:
It looks like
Page
gets stuck if we close theBrowser
before.The text was updated successfully, but these errors were encountered: