diff --git a/Makefile b/Makefile index 6027599..97ab5a7 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ docs: go tool pkgsite --open test: - go test zedshaw.games/webapp/tests + go test zedshaw.games/webapp/tests -c -o runtests + ./runtests dev: go tool air -build.stop_on_error "true" diff --git a/tests/chromedp_test.go b/tests/chromedp_test.go index 889a3fb..6e617fb 100644 --- a/tests/chromedp_test.go +++ b/tests/chromedp_test.go @@ -26,7 +26,7 @@ func TestStreamPage(t *testing.T) { var example string - Run(assert, ctx, + Run(assert, ctx, browser.Navigate(`http://127.0.0.1:5002`), browser.WaitVisible(`body > footer`), browser.Click(`#streams`, browser.NodeVisible),