Wait longer for spinner in automation tests

This commit is contained in:
Mark McDowall 2014-08-11 21:26:49 -07:00
commit 1e815e7525
4 changed files with 2 additions and 12 deletions

View file

@ -40,14 +40,12 @@ namespace NzbDrone.Automation.Test
_runner.KillAll();
_runner.Start();
driver.Url = "http://localhost:8989";
var page = new PageBase(driver);
page.WaitForNoSpinner();
GetPageErrors().Should().BeEmpty();
}
protected IEnumerable<string> GetPageErrors()