Fix lint issues on backend

This commit is contained in:
Qstick 2020-10-13 12:47:13 -04:00
parent 4251ca64c1
commit 8681f3b447
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace NzbDrone.Automation.Test
var imageName = MethodBase.GetCurrentMethod().Name;
TakeScreenshot(imageName);
_page.Find(By.CssSelector("div[class*='ArtistIndex']")).Should().NotBeNull();
}

View File

@ -34,6 +34,7 @@ namespace NzbDrone.Integration.Test.Client
_logger.Error(ex, "Failed to get log lines");
throw;
}
_logger.Info(ex, "Failed to get log lines, attempt {0}/{1}", attempt, attempts);
Thread.Sleep(10);
attempt++;