Switch Automation to Chrome for Test Speed

This commit is contained in:
Qstick
2020-08-21 20:57:42 -04:00
committed by ta264
parent 737bde0c5c
commit e4ad1c5e16
4 changed files with 11 additions and 6 deletions
@@ -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)