enable named views for smoke tests

This commit is contained in:
Keivan Beigi 2015-02-04 11:09:34 -08:00
commit c1467d0ecd
3 changed files with 11 additions and 4 deletions

View file

@ -45,6 +45,8 @@ namespace NzbDrone.Automation.Test
var page = new PageBase(driver);
page.WaitForNoSpinner();
driver.ExecuteScript("window.NzbDrone.NameViews = true;");
GetPageErrors().Should().BeEmpty();
}