Switch Automation to Chrome for Test Speed

This commit is contained in:
Qstick
2020-08-21 20:57:42 -04:00
parent aba9cedb78
commit fa3914c36a
4 changed files with 8 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ namespace NzbDrone.Automation.Test.PageModel
{
try
{
IWebElement element = d.FindElement(By.Id("followingBalls"));
IWebElement element = d.FindElement(By.ClassName("followingBalls"));
return !element.Displayed;
}
catch (NoSuchElementException)