Got the port wrong on the second test.

main
Zed A. Shaw 6 days ago
parent 985d0edda3
commit 1785a8e4f5
  1. 2
      tests/base_chrome.go

@ -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))

Loading…
Cancel
Save