More coverage report setup.

This commit is contained in:
Zed A. Shaw 2025-06-21 22:46:37 -04:00
parent 831b5ea762
commit 23c6092aa6
3 changed files with 40 additions and 28 deletions

View file

@ -50,7 +50,7 @@ func TestStreamPage(t *testing.T) {
var example string
Run(assert, ctx,
browser.Navigate(`http://127.0.0.1:5002`),
browser.Navigate(`http://127.0.0.1:5001`),
browser.WaitVisible(`body > footer`),
browser.Click(`#streams`, browser.NodeVisible),
browser.Text(`#streams-title`, &example))