New: App health displayed in UI

This commit is contained in:
Mark McDowall 2014-02-25 21:40:47 -08:00
commit c8ae9f40fb
54 changed files with 873 additions and 44 deletions

View file

@ -92,7 +92,7 @@ namespace NzbDrone.Automation.Test.PageModel
{
get
{
return Find(By.LinkText("System"));
return Find(By.PartialLinkText("System"));
}
}