diff --git a/cmd/gogio/js_test.go b/cmd/gogio/js_test.go index f01fd6fa..0929aa03 100644 --- a/cmd/gogio/js_test.go +++ b/cmd/gogio/js_test.go @@ -128,12 +128,6 @@ func (d *JSTestDriver) Start(t_ *testing.T, path string, width, height int) { d.t.Fatal(err) } - if err := chromedp.Run(ctx, - chromedp.WaitReady("canvas", chromedp.ByQuery), - ); err != nil { - d.t.Fatal(err) - } - // Wait for the gio app to render. <-d.frameNotifs }