Got the port wrong on the second test.

This commit is contained in:
Zed A. Shaw 2025-06-21 23:36:41 -04:00
parent 985d0edda3
commit 1785a8e4f5

View file

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