Got the port wrong on the second test.
This commit is contained in:
parent
985d0edda3
commit
1785a8e4f5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue